From ce71acf9ca3f726ee30caed04cf1e238a0acad5e Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 10 Oct 2017 17:49:15 +0300 Subject: 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 --- addons/cdr_mysql.c | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/cdr_mysql.c b/addons/cdr_mysql.c index 667e6a2bf..07849b0c1 100644 --- a/addons/cdr_mysql.c +++ b/addons/cdr_mysql.c @@ -512,7 +512,6 @@ static int my_load_module(int reload) } else { calldate_compat = 0; } - ast_free(compat); if (res < 0) { if (reload) { -- cgit v1.2.3