aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-17 11:35:44 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-17 11:35:44 +0000
commitcfa4f6c4c550cd15cb8ff77714dfad906a6a618c (patch)
treebb7494f800d60e2aeca3f35196fa44c2b02a7104 /src/ats
parent2916b13405ba179e6f177ed4954373a1ea284b34 (diff)
downloadgnunet-cfa4f6c4c550cd15cb8ff77714dfad906a6a618c.tar.gz
gnunet-cfa4f6c4c550cd15cb8ff77714dfad906a6a618c.zip
bad free
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/ats_api_performance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c
index f7b9f5d87..47f6180f6 100644
--- a/src/ats/ats_api_performance.c
+++ b/src/ats/ats_api_performance.c
@@ -509,7 +509,7 @@ GNUNET_ATS_performance_done (struct GNUNET_ATS_PerformanceHandle *ph)
509 ph->reservation_tail, 509 ph->reservation_tail,
510 rc); 510 rc);
511 GNUNET_break (NULL == rc->rcb); 511 GNUNET_break (NULL == rc->rcb);
512 GNUNET_free (p); 512 GNUNET_free (rc);
513 } 513 }
514 if (GNUNET_SCHEDULER_NO_TASK != ph->task) 514 if (GNUNET_SCHEDULER_NO_TASK != ph->task)
515 { 515 {