]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODENDP-243
authorMathieu Rene <mrene@avgs.ca>
Fri, 21 Aug 2009 18:03:30 +0000 (18:03 +0000)
committerMathieu Rene <mrene@avgs.ca>
Fri, 21 Aug 2009 18:03:30 +0000 (18:03 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14588 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_dingaling/mod_dingaling.c

index 03ffd0ced1c0799f00c7435ec792025ea471bc1b..4acb07c5f370124310f6d0e950cc71922314d2ad 100644 (file)
@@ -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);