FS-4045 try this patch

This commit is contained in:
Anthony Minessale 2012-03-27 15:23:07 -05:00
parent c1f3ff998f
commit 859a332602

View File

@ -1289,6 +1289,11 @@ static switch_status_t switch_loadable_module_load_file(char *path, char *filena
if (err) {
if (dso) {
switch_dso_destroy(&dso);
}
if (pool) {
switch_core_destroy_memory_pool(&pool);
}