From 502df2f1dd7368235b7e8b5018212b8f3f502807 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Sat, 8 Dec 2012 10:39:48 -0800 Subject: [PATCH] Close the file. --- src/cpp/ripple/PeerDoor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cpp/ripple/PeerDoor.cpp b/src/cpp/ripple/PeerDoor.cpp index 6230c31754..947dca9f69 100644 --- a/src/cpp/ripple/PeerDoor.cpp +++ b/src/cpp/ripple/PeerDoor.cpp @@ -103,6 +103,7 @@ void initSSLContext(boost::asio::ssl::context& context, throw std::runtime_error("Unable to add chain certificate"); } } + fclose(f); } catch (...) {