diff --git a/cel/cel_odbc.c b/cel/cel_odbc.c index f416401cb4..965fc9eae0 100644 --- a/cel/cel_odbc.c +++ b/cel/cel_odbc.c @@ -290,6 +290,7 @@ static int load_config(void) else ast_free(tableptr); } + ast_config_destroy(cfg); return res; }