summaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2017-10-10 17:49:15 +0300
committerSean Bright <sean.bright@gmail.com>2017-10-11 15:14:32 -0500
commit8e05796e81a2a2f17dcaa790ec1d3ffa21989eb4 (patch)
tree34fe9c04fc3ae18f531b41bea1a4087bbc936b81 /addons
parent4a2caab4f6eb7e468660f44271bde2e09252e247 (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 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) {