Skip to content
Snippets Groups Projects
Commit 31a3e750 authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "cel_odbc: Fix memory leak on module unload"

parents 28c0e7ab ca2f3e5b
No related branches found
No related tags found
No related merge requests found
......@@ -291,6 +291,7 @@ static int load_config(void)
else
ast_free(tableptr);
}
ast_config_destroy(cfg);
return res;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment