Wireshark-commits: [Wireshark-commits] rev 48096: /trunk/ /trunk/: capture_sync.c

Date: Tue, 05 Mar 2013 20:25:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48096

User: martink
Date: 2013/03/05 12:25 PM

Log:
 it seems that g_free() needs a gpointer
 
 using a gconstpointer creates a warning
 capture_sync.c: In function ‘sync_pipe_open_command’:
 capture_sync.c:823:13: error: passing argument 1 of ‘g_free’ discards ‘const’ qualifier from pointer target type [-Werror]

Directory: /trunk/
  Changes    Path              Action
  +3 -3      capture_sync.c    Modified