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 43918: /trunk/ui/gtk/ /trunk/ui/gtk/: capture_dlg.c manu

Date: Sun, 22 Jul 2012 21:06:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43918

User: darkjames
Date: 2012/07/22 02:06 PM

Log:
 Fix some memory leaks of returned string from gtk_combo_box_text_get_active_text()
 
 gtk_combo_box_text_get_active_text() and gtk_combo_box_get_active_text() [from old-gtk-compat.h]
 returns *newly allocated string (...) must be freed with g_free().*

Directory: /trunk/ui/gtk/
  Changes    Path                    Action
  +8 -7      capture_dlg.c           Modified
  +6 -2      manual_addr_resolv.c    Modified