From 966a705e634e3c934f5ac14dce1524714d2b31f0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 30 Jul 2024 18:06:01 +0300 Subject: fixes #4563 (SendSS: Crash with Imgur, Image Shack & Upload Pie) --- plugins/SendScreenshotPlus/src/CSend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SendScreenshotPlus/src/CSend.h') diff --git a/plugins/SendScreenshotPlus/src/CSend.h b/plugins/SendScreenshotPlus/src/CSend.h index fc7985574a..dee2e01dc3 100644 --- a/plugins/SendScreenshotPlus/src/CSend.h +++ b/plugins/SendScreenshotPlus/src/CSend.h @@ -98,7 +98,7 @@ protected: wchar_t* m_ErrorMsg; wchar_t* m_ErrorTitle; - MHttpRequest m_nlhr; + std::unique_ptr m_pRequest; void Unhook(){if(m_hOnSend) {UnhookEvent(m_hOnSend);m_hOnSend = nullptr;}} void DB_EventAdd(uint16_t EventType); -- cgit v1.2.3