Wireshark-commits: [Wireshark-commits] rev 19432: /trunk/ /trunk/gtk/: funnel_stat.c /trunk/epan/wslua/: wslua_gui.c
From:
lego@xxxxxxxxxxxxx
Date: Wed, 04 Oct 2006 18:45:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19432
User: lego
Date: 2006/10/04 06:45 PM
Log:
Misterious bug with cf_read() solved... had nothing to do with cf_read :)
the callback data for TextWindow buttons was ep_allocated!
after cf_read() it was reused and so it was rewritten...
fix that making it g_malloced instead.
Directory: /trunk/gtk/
Changes Path Action
+35 -10 funnel_stat.c Modified
Directory: /trunk/epan/wslua/
Changes Path Action
+2 -2 wslua_gui.c Modified