From: Carlo von lynX Date: Sat, 30 Jul 2016 15:19:58 +0000 (+0000) Subject: social: crashing free() removed.. was it redundant? X-Git-Tag: initial-import-from-subversion-38251~461 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=811dc4cbbbcd87f4856ebd88fa3b777bb5fe1f89;p=oweals%2Fgnunet.git social: crashing free() removed.. was it redundant? --- diff --git a/src/social/social_api.c b/src/social/social_api.c index 6d77a8e73..f7b536bcf 100644 --- a/src/social/social_api.c +++ b/src/social/social_api.c @@ -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! } }