From: Dr. Stephen Henson Date: Thu, 1 Sep 2011 13:48:57 +0000 (+0000) Subject: PR: 2588 X-Git-Tag: OpenSSL_1_0_0e~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e71f7786e3b7579d52463fd6ae920790842870d7;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 902efac975..55c7cdfdcc 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();