JANITOR-4

This commit is contained in:
Anthony Minessale
2010-04-21 10:11:13 -05:00
parent 964d59c56e
commit 95665f0096
7 changed files with 21 additions and 14 deletions

View File

@@ -1064,6 +1064,10 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(softtimer_shutdown)
switch_core_destroy_memory_pool(&TIMEZONES_LIST.pool);
}
if (NODE) {
switch_event_unbind(&NODE);
}
return SWITCH_STATUS_SUCCESS;
}