]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/gsockgtk.c
forgot to commit project file for CW before
[wxWidgets.git] / src / gtk / gsockgtk.c
index 3202c6b42139cfae3f9a269aef5b5db625938997..6a1a3f5ee7a75602816afb30deaedb6787227db5 100644 (file)
@@ -2,6 +2,7 @@
  * Project: GSocket (Generic Socket) for WX
  * Name:    gsockgtk.c
  * Purpose: GSocket: GTK part
+ * Licence: The wxWindows licence
  * CVSID:   $Id$
  * -------------------------------------------------------------------------
  */
@@ -9,6 +10,7 @@
 
 #if wxUSE_SOCKETS
 
+#include <assert.h>
 #include <stdlib.h>
 #include <stdio.h>
 
@@ -80,6 +82,8 @@ void _GSocket_Uninstall_Callback(GSocket *socket, GSocketEvent event)
   gint *m_id = (gint *)(socket->m_gui_dependent);
   int c;
 
+  assert( m_id != NULL );
+
   switch (event)
   {
     case GSOCK_LOST:       /* fall-through */