Wireshark mailing list archives
Possible memory leak in ui/gtk/funnel_stat.c:funnel_new_dialog and funnel_dlg_cb
From: Richard Sharpe <realrichardsharpe () gmail com>
Date: Thu, 12 Jul 2012 21:19:20 -0700
Hi folks,
In funnel_new_dlg we allocate a structure:
struct _funnel_dlg_data* dd = g_malloc(sizeof(struct _funnel_dlg_data));
However, we never seem to free it.
--
Regards,
Richard Sharpe
(何以解憂?唯有杜康。--曹操)
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- Possible memory leak in ui/gtk/funnel_stat.c:funnel_new_dialog and funnel_dlg_cb Richard Sharpe (Jul 12)
- Re: Possible memory leak in ui/gtk/funnel_stat.c:funnel_new_dialog and funnel_dlg_cb Luis EG Ontanon (Jul 13)
