- fixed other memleak in proxy.c (every invitation body rewritten
has lost ~4kB of memory)
This commit is contained in:
parent
1aada28a60
commit
a492248d4d
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user