Wireshark-commits: [Wireshark-commits] rev 31520: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 13 Jan 2010 21:16:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31520

User: etxrab
Date: 2010/01/13 01:16 PM

Log:
 From Didier Gautheron:
 fix a memory leak by using se_strdup rather for g_strdup for column text.
 replace col_clear() follow by col_add_str() with the faster col_set_str()
 remove redundant check_col() call
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4394

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