social: crashing free() removed.. was it redundant?
authorCarlo von lynX <lynX@time.to.get.psyced.org>
Sat, 30 Jul 2016 15:19:58 +0000 (15:19 +0000)
committerCarlo von lynX <lynX@time.to.get.psyced.org>
Sat, 30 Jul 2016 15:19:58 +0000 (15:19 +0000)
src/social/social_api.c

index 6d77a8e73d400c877ca5f1a20436ade8efdba0ed..f7b536bcfb387a49a2e2f44919ade24a2241d57c 100644 (file)
@@ -981,7 +981,7 @@ app_recv_place (void *cls,
     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!
   }
 }