ソースを参照

Opps, freeing two in Pollard's ρ.

Michele Orrù 11 年 前
コミット
a4486c8e3b
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      src/questions/pollardrho.c

+ 1 - 0
src/questions/pollardrho.c

@@ -69,6 +69,7 @@ pollardrho_question_ask_rsa(const RSA *rsa)
   BN_free(x);
   BN_free(y);
   BN_free(gcd);
+  BN_free(two);
   return ret;
 }