fix leak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1127 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e2cae5587c
commit
1fb8ba75d9
|
@ -418,6 +418,7 @@ SWITCH_DECLARE(void) switch_event_destroy(switch_event **event)
|
||||||
hp = hp->next;
|
hp = hp->next;
|
||||||
FREE(this->name);
|
FREE(this->name);
|
||||||
FREE(this->value);
|
FREE(this->value);
|
||||||
|
FREE(this);
|
||||||
}
|
}
|
||||||
FREE(ep->body);
|
FREE(ep->body);
|
||||||
FREE(ep);
|
FREE(ep);
|
||||||
|
|
Loading…
Reference in New Issue