Wireshark-commits: [Wireshark-commits] rev 45391: /trunk/epan/ /trunk/epan/: column-utils.c

Date: Mon, 08 Oct 2012 16:28:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45391

User: guy
Date: 2012/10/08 09:28 AM

Log:
 col_data is not necessarily set to point to something g_malloc()ated,
 and, if it is, it might be set to point to col_buf, which gets g_free()d
 in the next statement, so we shouldn't g_free() it.

Directory: /trunk/epan/
  Changes    Path              Action
  +0 -1      column-utils.c    Modified