From: Nick Mathewson Date: Sat, 11 Aug 2018 20:36:05 +0000 (-0400) Subject: The RSA_free in this test is no longer needed or wanted X-Git-Tag: tor-0.3.5.1-alpha~92^2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ccb94d7b6ff6806bc17d71ef461f4211a014879;p=thirdparty%2Ftor.git The RSA_free in this test is no longer needed or wanted --- diff --git a/src/test/test_tortls.c b/src/test/test_tortls.c index 49a39e264b..cd3435556c 100644 --- a/src/test/test_tortls.c +++ b/src/test/test_tortls.c @@ -702,7 +702,6 @@ test_tortls_get_my_client_auth_key(void *ignored) tt_assert(ret == expected); done: - RSA_free(k); tor_free(expected); tor_free(ctx); }