git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1127 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2006-04-12 16:44:57 +00:00
parent e2cae5587c
commit 1fb8ba75d9
1 changed files with 1 additions and 0 deletions

View File

@ -418,6 +418,7 @@ SWITCH_DECLARE(void) switch_event_destroy(switch_event **event)
hp = hp->next;
FREE(this->name);
FREE(this->value);
FREE(this);
}
FREE(ep->body);
FREE(ep);