From: Christian Grothoff Date: Thu, 5 Dec 2013 22:39:32 +0000 (+0000) Subject: -r and r_prime were captured in request, do not free here X-Git-Tag: initial-import-from-subversion-38251~5720 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=80725c91dc8f08a2de937c75c9ec222bac5c4666;p=oweals%2Fgnunet.git -r and r_prime were captured in request, do not free here --- 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; }