Merge "cel_odbc: Fix memory leak on module unload"

changes/68/4068/1
Joshua Colp 9 years ago committed by Gerrit Code Review
commit 31a3e75025

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

Loading…
Cancel
Save