From fa2885b3ff469860fae479257e1ee675eac77f75 Mon Sep 17 00:00:00 2001 From: Badalyan Vyacheslav Date: Sun, 9 Oct 2016 22:53:07 -0400 Subject: cel_odbc: Fix memory leak on module unload Change-Id: Ic7a1236eba2408090fdabb5f717b5fa455ead715 --- cel/cel_odbc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cel/cel_odbc.c b/cel/cel_odbc.c index 11e333097..701883bce 100644 --- a/cel/cel_odbc.c +++ b/cel/cel_odbc.c @@ -291,6 +291,7 @@ static int load_config(void) else ast_free(tableptr); } + ast_config_destroy(cfg); return res; } -- cgit v1.2.3