From 73f57cc8b0355cabdac4ba69edc88e084ccc0a77 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 3 Feb 2019 13:48:22 +0300 Subject: fixes #1818 (SkypeWeb: invalid data error on audio/video call) --- plugins/Scriver/src/msglog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Scriver') diff --git a/plugins/Scriver/src/msglog.cpp b/plugins/Scriver/src/msglog.cpp index 11ae269256..bcea9f130e 100644 --- a/plugins/Scriver/src/msglog.cpp +++ b/plugins/Scriver/src/msglog.cpp @@ -116,6 +116,7 @@ EventData* getEventFromDB(CSrmmWindow *dat, MCONTACT hContact, MEVENT hDbEvent) dbei.cbBlob = db_event_getBlobSize(hDbEvent); if (dbei.cbBlob == -1) return nullptr; + dbei.pBlob = (PBYTE)mir_alloc(dbei.cbBlob); db_event_get(hDbEvent, &dbei); if (!DbEventIsShown(dbei)) { -- cgit v1.2.3