URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=83f9cc6603387c8394060b36e719651bb87b6c6b
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
83f9cc6 by Evan Huus (eapache@xxxxxxxxx):
Remove last caller of se_strdup_printf
Also remove that function as it is now unused.
Fix what appeared to be a memory leak in the manual address resolution dialog
while in the neighbourhood.
Change-Id: I75128ab0f95e5a7673f92bfeea45191f00581c25
Reviewed-on: https://code.wireshark.org/review/2244
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from e46c1af Remove emem from ssl utils, use glib instead.
adds 83f9cc6 Remove last caller of se_strdup_printf
Summary of changes:
epan/emem.c | 18 ------------------
epan/emem.h | 5 -----
ui/gtk/main.c | 4 ++--
ui/gtk/manual_addr_resolv.c | 2 ++
4 files changed, 4 insertions(+), 25 deletions(-)