http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45393
User: guy
Date: 2012/10/08 10:04 AM
Log:
col_cleanup() is undoing the allocations that col_init() does, so it's
freeing the allocated array of pointers, not what the pointers ported
to, so it should free col_data. Note that it does that, and put it
after col_init() in the source file and header file.
Put in a comment explaining the MSVC bug that we're working around with
the casts.
Directory: /trunk/epan/
Changes Path Action
+29 -19 column-utils.c Modified
+6 -5 column-utils.h Modified