Ethereal-cvs: [Ethereal-cvs] rev 15354: /trunk/epan/dissectors/: packet-sip.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Sun, 14 Aug 2005 06:00:21 GMT
User: sahlberg
Date: 2005/08/14 01:00 AM

Log:
 ememify sip   and at the same plug a memleak
 
 every single time the sip dissector was called   a 32byte or larger blob was g_malloced and never freed.
 this not only leaks 32+ bytes + g_malloc bookkeeping overhead  but also fragments memory so the real leak of memory is likely much bigger.
 
 
 fix  bad memleak

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +2 -1      packet-sip.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=15354&view=rev