URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=93a5c83f0a6e609ec4ba3e55872f9924d59ba38a
Submitter: Dario Lombardo (lomato@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
93a5c83 by Dario Lombardo (lomato@xxxxxxxxx):
capture_opts: free memory on exit to avoid leak.
This required a restyle of the way the different apps exit.
Change-Id: Iedf728488954cc415b620ff0284d2e60f38f87d2
Reviewed-on: https://code.wireshark.org/review/19780
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
Actions performed:
from 844cf1a NFSv4.2 mode_umask support
adds 93a5c83 capture_opts: free memory on exit to avoid leak.
Summary of changes:
capture_opts.c | 6 ++
capture_opts.h | 4 +
dumpcap.c | 1 +
echld/dispatcher.c | 5 +-
tshark.c | 246 +++++++++++++++++++++++++++++++++++-----------------
ui/gtk/main.c | 32 ++++---
wireshark-qt.cpp | 29 ++++---
7 files changed, 221 insertions(+), 102 deletions(-)