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 43047: /trunk/ /trunk/ui/gtk/: afp_stat.c camel_srt.c ca

Date: Sun, 03 Jun 2012 22:03:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43047

User: guy
Date: 2012/06/03 03:03 PM

Log:
 g_filename_display_basename() returns a g_mallocated string, so its
 callers either need to free it or their callers need to free it or....
 
 This means that cf_get_display_name() must always return a g_mallocated
 string and its callers or... must free it.
 
 For some of those callers, create a new set_window_title() routine to do
 the work - they're all using the same pattern.

Directory: /trunk/ui/gtk/
  Changes    Path                     Action
  +1 -6      afp_stat.c               Modified
  +1 -5      camel_srt.c              Modified
  +4 -1      capture_file_dlg.c       Modified
  +5 -6      compare_stat.c           Modified
  +15 -4     conversations_table.c    Modified
  +4 -1      dcerpc_stat.c            Modified
  +1 -6      diameter_stat.c          Modified
  +1 -6      expert_comp_dlg.c        Modified
  +1 -6      fc_stat.c                Modified
  +2 -1      graph_analysis.c         Modified
  +1 -6      gtp_stat.c               Modified


(27 files not shown)