gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r37623 - gnunet/src/social


From: gnunet
Subject: [GNUnet-SVN] r37623 - gnunet/src/social
Date: Sat, 30 Jul 2016 17:19:58 +0200

Author: lynx
Date: 2016-07-30 17:19:58 +0200 (Sat, 30 Jul 2016)
New Revision: 37623

Modified:
   gnunet/src/social/social_api.c
Log:
social: crashing free() removed.. was it redundant?

Modified: gnunet/src/social/social_api.c
===================================================================
--- gnunet/src/social/social_api.c      2016-07-30 06:22:40 UTC (rev 37622)
+++ gnunet/src/social/social_api.c      2016-07-30 15:19:58 UTC (rev 37623)
@@ -981,7 +981,7 @@
     gconn->app = app;
     gconn->plc_msg = *pmsg;
     app->guest_cb (app->cb_cls, gconn, ego, &pmsg->place_pub_key, 
pmsg->place_state);
-    GNUNET_free (gconn); // FIXME: is this correct here?
+    // GNUNET_free (gconn); // FIXME: is this correct here? apparently not!
   }
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]