From a6eae725381b5329011e4dc8e582ad3db59ba059 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 8 Jan 2019 23:41:43 +0200 Subject: fixes #1715 (by default account's destructor doesn't free network handle) --- protocols/Gadu-Gadu/src/gg_proto.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'protocols/Gadu-Gadu/src') diff --git a/protocols/Gadu-Gadu/src/gg_proto.cpp b/protocols/Gadu-Gadu/src/gg_proto.cpp index fa628c2889..686dd12c0c 100644 --- a/protocols/Gadu-Gadu/src/gg_proto.cpp +++ b/protocols/Gadu-Gadu/src/gg_proto.cpp @@ -97,9 +97,6 @@ GaduProto::~GaduProto() Popup_UnregisterClass(hPopupError); Popup_UnregisterClass(hPopupNotify); - // Close handles - Netlib_CloseHandle(m_hNetlibUser); - // Destroy mutexes DeleteCriticalSection(&sess_mutex); DeleteCriticalSection(&ft_mutex); -- cgit v1.2.3