Merge "cel_odbc: Fix memory leak on module unload" into 14

changes/66/4066/6
Joshua Colp 10 years ago committed by Gerrit Code Review
commit 1347384b67

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

Loading…
Cancel
Save