From: Mathieu Rene Date: Fri, 21 Aug 2009 18:03:30 +0000 (+0000) Subject: MODENDP-243 X-Git-Tag: v1.0.6~2017 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e25389a643b089bcd8a6399511e4c8becc8ad622;p=thirdparty%2Ffreeswitch.git MODENDP-243 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14588 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_dingaling/mod_dingaling.c b/src/mod/endpoints/mod_dingaling/mod_dingaling.c index 03ffd0ced1..4acb07c5f3 100644 --- a/src/mod/endpoints/mod_dingaling/mod_dingaling.c +++ b/src/mod/endpoints/mod_dingaling/mod_dingaling.c @@ -1942,6 +1942,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_dingaling_shutdown) switch_event_unbind(&globals.probe_node); switch_event_unbind(&globals.out_node); switch_event_unbind(&globals.roster_node); + switch_event_unbind_callback(ipchanged_event_handler); switch_core_hash_destroy(&globals.profile_hash);