wireshark/plugins
Peter Wu bb81e1807b Free g_ptr_array_free-related memory leaks
g_ptr_array_free(a, FALSE) returns "a->pdata". Callers that do not
handle this will leak memory (e.g. "tshark -G plugins"). Convert other
users to use the return value instead of direct access to "a->pdata".

Change-Id: I29835477d587f5f54bf0d94cdae9f375e3da3ce3
Reviewed-on: https://code.wireshark.org/review/27437
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-05-14 13:42:10 +00:00
..
codecs/l16_mono l16_mono: fix a typo in CMakeLists.txt 2018-05-04 08:43:54 +00:00
epan Free g_ptr_array_free-related memory leaks 2018-05-14 13:42:10 +00:00
wiretap/usbdump Remove autotools build system. 2018-04-18 03:46:17 +00:00
plugin.rc.in plugin.rc.in: Cleanup some unnecessary code 2017-12-17 11:47:07 +00:00