-r and r_prime were captured in request, do not free here
authorChristian Grothoff <christian@grothoff.org>
Thu, 5 Dec 2013 22:39:32 +0000 (22:39 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 5 Dec 2013 22:39:32 +0000 (22:39 +0000)
src/scalarproduct/gnunet-service-scalarproduct.c

index d11a86b26fda147cd75a09942ee83f4df2d388f5..ba9d426b869f11b39d305a3d3ebf5ff8632e4899 100644 (file)
@@ -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;
 }