From 11273c19170670e042fc1deebef7a3efbc31d5cf Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Thu, 11 Jun 2015 20:30:41 +0000 Subject: small fix git-svn-id: http://svn.miranda-ng.org/main/trunk@14127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PasteIt/src/PasteToWeb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/PasteIt/src') diff --git a/plugins/PasteIt/src/PasteToWeb.cpp b/plugins/PasteIt/src/PasteToWeb.cpp index 755285c8ca..9b7a846d07 100644 --- a/plugins/PasteIt/src/PasteToWeb.cpp +++ b/plugins/PasteIt/src/PasteToWeb.cpp @@ -559,7 +559,7 @@ wchar_t* PasteToWeb::SendToWeb(char* url, std::map& he CallService(MS_NETLIB_FREEHTTPREQUESTSTRUCT, 0, (LPARAM)nlhrReply); } - delete httpHeaders; + delete[] httpHeaders; for (std::list::iterator it = mallBuf.begin(); it != mallBuf.end(); ++it) { delete *it; -- cgit v1.2.3