mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-4045 try this patch
This commit is contained in:
parent
c1f3ff998f
commit
859a332602
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user