summaryrefslogtreecommitdiff
path: root/wsutil/str_util.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-10-12 02:41:44 +0000
committerEvan Huus <eapache@gmail.com>2013-10-12 02:41:44 +0000
commit6e3892e43a18a18078814c04fc8469f9295fadc8 (patch)
tree7ec3465f03b5f636ee559818706be229cc2458cb /wsutil/str_util.h
parent1f2043d69c8e4458e6abdbc00d171db3adbf57e5 (diff)
downloadwireshark-6e3892e43a18a18078814c04fc8469f9295fadc8.tar.gz
Free the actual struct, not the typedef thereof, because the typedef is actually
a typedef of a *pointer* to the struct, not the struct itself, which are different sizes. This doesn't show up under valgrind because the length isn't checked in that case, everything gets subsumed in valgrind's malloc/free hooks. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9264 svn path=/trunk/; revision=52560
Diffstat (limited to 'wsutil/str_util.h')
0 files changed, 0 insertions, 0 deletions