diff options
author | ElzorFox <elzorfox@ya.ru> | 2017-04-14 09:41:48 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2017-04-14 09:41:48 +0500 |
commit | b177a65e73448e889ede1fb0e9ed2b0ce1be7d3d (patch) | |
tree | e2f9bb7122277299b7c503a536fd6d2651339547 /protocols/VKontakte/src/vk_history.cpp | |
parent | 7b30de3fe30115c40ab2f2a0e720123a13d67305 (diff) |
VKontakte: code cleaning
Diffstat (limited to 'protocols/VKontakte/src/vk_history.cpp')
-rw-r--r-- | protocols/VKontakte/src/vk_history.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_history.cpp b/protocols/VKontakte/src/vk_history.cpp index 2383922618..163a06ddbc 100644 --- a/protocols/VKontakte/src/vk_history.cpp +++ b/protocols/VKontakte/src/vk_history.cpp @@ -213,7 +213,7 @@ void CVkProto::OnReceiveHistoryMessages(NETLIBHTTPREQUEST *reply, AsyncHttpReque MsgPopup(NULL, TranslateT("Loading messages for all contacts is completed."), TranslateT("Loading history"));
m_bNotifyForEndLoadingHistoryAllContact = m_bNotifyForEndLoadingHistory = false;
}
-
+
delete param;
pReq->pUserInfo = NULL;
}
|