- fixed other memleak in proxy.c (every invitation body rewritten

has lost ~4kB of memory)
This commit is contained in:
Thomas Ries
2003-10-19 17:36:53 +00:00
parent 1aada28a60
commit a492248d4d
2 changed files with 2 additions and 2 deletions

View File

@@ -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);