From b8b28112420a66000b49a4681ffbbe628b69120f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 24 Oct 2012 12:39:18 +0000 Subject: -fix double free --- src/fs/fs_test_lib.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/fs/fs_test_lib.c') diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c index 713cecac2..334551964 100644 --- a/src/fs/fs_test_lib.c +++ b/src/fs/fs_test_lib.c @@ -216,7 +216,6 @@ publish_timeout (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) else GNUNET_TESTBED_operation_done (po->fs_op); GNUNET_FS_publish_stop (po->publish_context); - GNUNET_TESTBED_operation_done (po->fs_op); po->publish_cont (po->publish_cont_cls, NULL); GNUNET_free_non_null (po->publish_tmp_file); GNUNET_free (po); -- cgit v1.2.3