ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 42829: /trunk/ui/gtk/ /trunk/ui/gtk/: main_menubar.c

Date: Thu, 24 May 2012 18:26:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42829

User: morriss
Date: 2012/05/24 11:26 AM

Log:
 menu_dissector_filter(): free the action_name when we're done with it.
 
 capture_cb(): if we strrchr() didn't find a seperator, don't use
 g_strdup_printf() to format the action_name (since that would have to be
 freed), just set it to the action_name.

Directory: /trunk/ui/gtk/
  Changes    Path              Action
  +12 -7     main_menubar.c    Modified