git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12254 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2009-02-23 19:31:27 +00:00
parent db74724132
commit 1daa0746e3
1 changed files with 2 additions and 0 deletions

View File

@ -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;
} }