Close the file.

This commit is contained in:
JoelKatz
2012-12-08 10:39:48 -08:00
parent dda0769c5e
commit 502df2f1dd

View File

@@ -103,6 +103,7 @@ void initSSLContext(boost::asio::ssl::context& context,
throw std::runtime_error("Unable to add chain certificate"); throw std::runtime_error("Unable to add chain certificate");
} }
} }
fclose(f);
} }
catch (...) catch (...)
{ {