diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-08 23:41:43 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-08 23:41:43 +0200 |
commit | a6eae725381b5329011e4dc8e582ad3db59ba059 (patch) | |
tree | 93af474d8c6290f6546cf65e9113e6de08cba430 /protocols/Dummy/src | |
parent | de300f88d5cd37d926d89a11a411b7c1a0ca8a30 (diff) |
fixes #1715 (by default account's destructor doesn't free network handle)
Diffstat (limited to 'protocols/Dummy/src')
-rw-r--r-- | protocols/Dummy/src/dummy_proto.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Dummy/src/dummy_proto.cpp b/protocols/Dummy/src/dummy_proto.cpp index e09e694ab7..e92e86dc42 100644 --- a/protocols/Dummy/src/dummy_proto.cpp +++ b/protocols/Dummy/src/dummy_proto.cpp @@ -73,8 +73,6 @@ CDummyProto::CDummyProto(const char *szModuleName, const wchar_t *ptszUserName) CDummyProto::~CDummyProto() { - Netlib_CloseHandle(m_hNetlibUser); - m_hNetlibUser = nullptr; } ////////////////////////////////////////////////////////////////////////////// |