summaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2017-10-10 17:49:15 +0300
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2017-10-10 17:52:20 +0300
commit11cefdf6215e665f82408ffbf596da7e9845be57 (patch)
tree3dd095ca4d8e97d21a58de64055166a8bf51beb8 /addons
parentf006310bd18bc3ffcc5855455f14ee3f9e72036d (diff)
cdr_mysql: avoid releasing a config string
Fixes a memory corruption issue after a reload of cdr_mysql. Issue was accidentally included in 747beb1ed159f89a3b58742e4257740b3d6d6bba . ASTERISK-27270 #close Change-Id: I90b6a9d18710c0f9009466370bd5f4bac5d5d12e
Diffstat (limited to 'addons')
-rw-r--r--addons/cdr_mysql.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/addons/cdr_mysql.c b/addons/cdr_mysql.c
index 1c116636f..1f9736251 100644
--- a/addons/cdr_mysql.c
+++ b/addons/cdr_mysql.c
@@ -510,7 +510,6 @@ static int my_load_module(int reload)
} else {
calldate_compat = 0;
}
- ast_free(compat);
if (res < 0) {
if (reload) {