aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-30 15:42:49 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-30 15:42:49 +0000
commit8031aae4cff1190302330797d149c20cc1404b8a (patch)
treea941d25baf6993f89e36270e723d890dbd969863 /src/core/core_api.c
parent93002ad128d9dc23f80fc2384e0dd3f033315c14 (diff)
downloadgnunet-8031aae4cff1190302330797d149c20cc1404b8a.tar.gz
gnunet-8031aae4cff1190302330797d149c20cc1404b8a.zip
possible fix
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 10531789d..4ffd07d9e 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -639,8 +639,9 @@ transmission_timeout (void *cls,
639 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 639 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
640 "Signalling timeout of request for transmission to CORE service\n"); 640 "Signalling timeout of request for transmission to CORE service\n");
641#endif 641#endif
642 GNUNET_assert (0 == th->get_message (th->get_message_cls, 0, NULL));
643 request_next_transmission (pr); 642 request_next_transmission (pr);
643 GNUNET_assert (0 == th->get_message (th->get_message_cls, 0, NULL));
644 GNUNET_free (th);
644} 645}
645 646
646 647