diff --git a/src/mod/event_handlers/mod_event_multicast/mod_event_multicast.c b/src/mod/event_handlers/mod_event_multicast/mod_event_multicast.c index 0fdedf64cb..415034a97f 100644 --- a/src/mod/event_handlers/mod_event_multicast/mod_event_multicast.c +++ b/src/mod/event_handlers/mod_event_multicast/mod_event_multicast.c @@ -478,6 +478,8 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_event_multicast_shutdown) switch_event_unbind(&globals.node); switch_event_free_subclass(MULTICAST_EVENT); + switch_event_free_subclass(MULTICAST_PEERUP); + switch_event_free_subclass(MULTICAST_PEERDOWN); switch_core_hash_destroy(&globals.event_hash);