From 002d1416d243b571a358d8037de2663d04463853 Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Mon, 3 May 2021 09:39:47 +0200
Subject: [PATCH] Removed a free() that does not belong there (the function
 affected is nowhere called, so no problem did arise).

---
 ext.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ext.c b/ext.c
index f1269f8..54ebba8 100644
--- a/ext.c
+++ b/ext.c
@@ -177,7 +177,6 @@ int ext_vox_changed(void *data) {
 
 int ext_update_agc_gain(void *data) {
   update_agc_gain(GPOINTER_TO_INT(data));
-  free(data);
   return 0;
 }
 
-- 
2.45.2