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

changes/67/4067/6
zuul 9 years ago committed by Gerrit Code Review
commit d75beaa04a

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

Loading…
Cancel
Save