FS-3702 --resolve

This commit is contained in:
Anthony Minessale 2011-11-17 11:47:14 -06:00
parent 2fae5dfadd
commit 6bd2798ea1
1 changed files with 1 additions and 1 deletions

View File

@ -1374,7 +1374,7 @@ static switch_status_t read_packet(listener_t *listener, switch_event_t **event,
end:
//switch_safe_free(mbuf);
switch_safe_free(mbuf);
return status;
}