[Devel] Mem-leak in Path-Handling

Andreas Granig andreas.granig at inode.info
Fri Jun 23 11:12:01 CEST 2006


Hi Bogdan,

There's a mem leak in the path handling of the registrar module (CVS 
HEAD), because the chunk allocated in parser/msg_parser.c:700, which is 
assigned to "msg->path_vec.s", does not seem to be free'd. What I'm 
looking for is the place where the "struct sip_msg *msg" is free'd when 
processing the request has finished. I assume that path_vec.s is left 
allocated there.

Thanks,
Andy



More information about the Devel mailing list