From 811dc4cbbbcd87f4856ebd88fa3b777bb5fe1f89 Mon Sep 17 00:00:00 2001 From: Carlo von lynX Date: Sat, 30 Jul 2016 15:19:58 +0000 Subject: social: crashing free() removed.. was it redundant? --- src/social/social_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/social') 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! } } -- cgit v1.2.3