From 8e05796e81a2a2f17dcaa790ec1d3ffa21989eb4 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(-) (limited to 'addons') diff --git a/addons/cdr_mysql.c b/addons/cdr_mysql.c index b8d9ce3af..ebe19ad95 100644 --- a/addons/cdr_mysql.c +++ b/addons/cdr_mysql.c @@ -517,7 +517,6 @@ static int my_load_module(int reload) } else { calldate_compat = 0; } - ast_free(compat); if (res < 0) { if (reload) { -- cgit v1.2.3