- 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

@ -1,8 +1,7 @@
0.4.1
=====
19-Oct-2003: - included compiling support for DMALLOC debugging
- fixed memory leak in proxy.c (39 bytes got lost
every proxied message)
- fixed 2 memory leaks in proxy.c
0.4.1
=====
12-Oct-2003: - released 0.4.1

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