From: Dr. Stephen Henson Date: Thu, 1 Sep 2011 13:48:48 +0000 (+0000) Subject: PR: 2588 X-Git-Tag: OpenSSL_0_9_8s~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=24d0524f317e167c1a35bde1e4a67edab2806c3e;p=oweals%2Fopenssl.git PR: 2588 Submitted by: Thomas Jarosch Reviewed by: steve Close file pointer. --- diff --git a/crypto/evp/evp_test.c b/crypto/evp/evp_test.c index 436be20bf1..a36ca7e4b3 100644 --- a/crypto/evp/evp_test.c +++ b/crypto/evp/evp_test.c @@ -435,6 +435,7 @@ int main(int argc,char **argv) EXIT(3); } } + fclose(f); #ifndef OPENSSL_NO_ENGINE ENGINE_cleanup();