diff options
Diffstat (limited to 'protocols/Steam/src/request_queue.cpp')
-rw-r--r-- | protocols/Steam/src/request_queue.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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)
|