From 62713cf3eece92588464ce06810146f5c5cece8e Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Fri, 2 Oct 2015 15:57:46 +0000 Subject: Steam: fix memory corruptions git-svn-id: http://svn.miranda-ng.org/main/trunk@15487 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/request_queue.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Steam/src/request_queue.cpp') diff --git a/protocols/Steam/src/request_queue.cpp b/protocols/Steam/src/request_queue.cpp index 12f9beb61c..ab5a7e0d75 100644 --- a/protocols/Steam/src/request_queue.cpp +++ b/protocols/Steam/src/request_queue.cpp @@ -78,6 +78,7 @@ void RequestQueue::Execute(RequestQueueItem *item) if (item->finallyCallback != NULL) item->finallyCallback(item->arg); delete item; + delete response; } unsigned int RequestQueue::AsyncSendThread(void *owner, void *arg) -- cgit v1.2.3