diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-04-02 16:13:50 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-04-02 16:13:50 +0000 |
commit | d4b55b6a45bade66109f87eedb5405a6a5280e23 (patch) | |
tree | 9407a21d53279a74934f6d32e6a8f9531b25c99c | |
parent | 40d7b9880a716545cfee562744f3dfc95244c0e4 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16577 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | include/m_netlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_netlib.h b/include/m_netlib.h index 53a1273213..cc5fce541a 100644 --- a/include/m_netlib.h +++ b/include/m_netlib.h @@ -552,7 +552,7 @@ public: __inline NETLIBHTTPREQUEST* operator->() const { return _p; }
__inline ~NLHR_PTR()
{
- CallService(MS_NETLIB_FREEHTTPREQUESTSTRUCT, 0, (LPARAM)(NETLIBHTTPREQUEST*)this);
+ CallService(MS_NETLIB_FREEHTTPREQUESTSTRUCT, 0, (LPARAM)(NETLIBHTTPREQUEST*)_p);
}
};
#endif
|