mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-21 11:41:51 +00:00
fix broken fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9343 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -175,6 +175,7 @@ SWITCH_DECLARE(switch_status_t) switch_event_del_header(switch_event_t *event, c
|
||||
\param event pointer to the pointer to event to destroy
|
||||
*/
|
||||
SWITCH_DECLARE(void) switch_event_destroy(switch_event_t **event);
|
||||
#define switch_event_safe_destroy(_event) if (_event) switch_event_destroy(_event)
|
||||
|
||||
/*!
|
||||
\brief Duplicate an event
|
||||
|
||||
Reference in New Issue
Block a user