From: Seven Du Date: Thu, 7 Dec 2017 15:55:29 +0000 (+0800) Subject: FS-10832 #resolve X-Git-Tag: v1.8.1~3^2~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e99fa262579f393dcd080b174a98f13c675f7592;p=thirdparty%2Ffreeswitch.git FS-10832 #resolve --- diff --git a/src/mod/event_handlers/mod_rayo/mod_rayo.c b/src/mod/event_handlers/mod_rayo/mod_rayo.c index 7a7a46c346..088dbfcbfe 100644 --- a/src/mod/event_handlers/mod_rayo/mod_rayo.c +++ b/src/mod/event_handlers/mod_rayo/mod_rayo.c @@ -5279,6 +5279,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_rayo_load) return SWITCH_STATUS_SUCCESS; error: + switch_event_free_subclass("rayo::cpa"); do_shutdown(); return SWITCH_STATUS_TERM;