doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12254 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
db74724132
commit
1daa0746e3
|
@ -150,6 +150,8 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_dialplan_directory_shutdown)
|
||||||
switch_safe_free(globals.dn);
|
switch_safe_free(globals.dn);
|
||||||
switch_safe_free(globals.pass);
|
switch_safe_free(globals.pass);
|
||||||
switch_safe_free(globals.base);
|
switch_safe_free(globals.base);
|
||||||
|
|
||||||
|
return SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue