From 80725c91dc8f08a2de937c75c9ec222bac5c4666 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 5 Dec 2013 22:39:32 +0000 Subject: [PATCH] -r and r_prime were captured in request, do not free here --- src/scalarproduct/gnunet-service-scalarproduct.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/scalarproduct/gnunet-service-scalarproduct.c b/src/scalarproduct/gnunet-service-scalarproduct.c index d11a86b26..ba9d426b8 100644 --- a/src/scalarproduct/gnunet-service-scalarproduct.c +++ b/src/scalarproduct/gnunet-service-scalarproduct.c @@ -1392,7 +1392,6 @@ except: { gcry_mpi_release (b[i]); gcry_mpi_release (request->a[i]); - gcry_mpi_release (r_prime[i]); } GNUNET_free (b); @@ -1401,8 +1400,6 @@ except: GNUNET_free (p); GNUNET_free (q); GNUNET_free (rand); - GNUNET_free (r); - GNUNET_free (r_prime); return ret; } -- 2.25.1