projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
319ff0f
)
social: crashing free() removed.. was it redundant?
author
Carlo von lynX
<lynX@time.to.get.psyced.org>
Sat, 30 Jul 2016 15:19:58 +0000
(15:19 +0000)
committer
Carlo von lynX
<lynX@time.to.get.psyced.org>
Sat, 30 Jul 2016 15:19:58 +0000
(15:19 +0000)
src/social/social_api.c
patch
|
blob
|
history
diff --git
a/src/social/social_api.c
b/src/social/social_api.c
index 6d77a8e73d400c877ca5f1a20436ade8efdba0ed..f7b536bcfb387a49a2e2f44919ade24a2241d57c 100644
(file)
--- 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!
}
}