mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-01 03:05:50 +00:00
oops
This commit is contained in:
parent
5026788c4a
commit
91c8c8a57b
@ -768,7 +768,7 @@ static switch_status_t handle_msg_sendevent(listener_t *listener, int arity, ei_
|
|||||||
}
|
}
|
||||||
/* If the event wasn't successfully fired, or failed for any other reason, then make sure not to leak it. */
|
/* If the event wasn't successfully fired, or failed for any other reason, then make sure not to leak it. */
|
||||||
if ( event ) {
|
if ( event ) {
|
||||||
switch_event_destroy(&event)
|
switch_event_destroy(&event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user