From: Christian Grothoff Date: Mon, 17 Oct 2011 11:35:44 +0000 (+0000) Subject: bad free X-Git-Tag: initial-import-from-subversion-38251~16470 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cfa4f6c4c550cd15cb8ff77714dfad906a6a618c;p=oweals%2Fgnunet.git bad free --- 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) ph->reservation_tail, rc); GNUNET_break (NULL == rc->rcb); - GNUNET_free (p); + GNUNET_free (rc); } if (GNUNET_SCHEDULER_NO_TASK != ph->task) {