Merge "cel_odbc: Fix memory leak on module unload"

This commit is contained in:
Joshua Colp 2016-10-10 19:26:37 -05:00 committed by Gerrit Code Review
commit 31a3e75025
1 changed files with 1 additions and 0 deletions

View File

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