From 97fe0e28cae9ab3d9131dc13103027cb41aa21c8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 10 May 2013 18:37:42 +0000 Subject: fix against mir_realloc in Skype git-svn-id: http://svn.miranda-ng.org/main/trunk@4625 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Scriver/src/globals.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Scriver/src/globals.cpp') diff --git a/plugins/Scriver/src/globals.cpp b/plugins/Scriver/src/globals.cpp index dd739d10f1..cb9feb1564 100644 --- a/plugins/Scriver/src/globals.cpp +++ b/plugins/Scriver/src/globals.cpp @@ -456,6 +456,7 @@ static int ackevent(WPARAM wParam, LPARAM lParam) MessageWindowEvent evt = { sizeof(evt), (int)item->hSendId, item->hContact, &dbei }; NotifyEventHooks(hHookWinWrite, 0, (LPARAM)&evt); + item->sendBuffer = (char*)dbei.pBlob; db_event_add(item->hContact, &dbei); if (item->hwndErrorDlg != NULL) -- cgit v1.2.3