cel_odbc: Fix memory leak on module unload

Change-Id: Ic7a1236eba2408090fdabb5f717b5fa455ead715
This commit is contained in:
Badalyan Vyacheslav
2016-10-09 22:53:07 -04:00
parent 442b597929
commit ca2f3e5b99

View File

@@ -291,6 +291,7 @@ static int load_config(void)
else
ast_free(tableptr);
}
ast_config_destroy(cfg);
return res;
}