- fixed other memleak in proxy.c (every invitation body rewritten
has lost ~4kB of memory)
This commit is contained in:
@@ -600,6 +600,7 @@ if (configuration.debuglevel)
|
||||
|
||||
/* include new body */
|
||||
osip_message_set_body(mymsg, bodybuff);
|
||||
osip_free(bodybuff);
|
||||
|
||||
/* free content length resource and include new one*/
|
||||
osip_content_length_free(mymsg->content_length);
|
||||
|
||||
Reference in New Issue
Block a user