From e2317d13f1c3011d7ae29d3913645235eb301703 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 13 Jul 2020 19:55:55 +0300 Subject: fix for very rare crash in clist_modern --- plugins/TabSRMM/src/mim.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/TabSRMM/src') diff --git a/plugins/TabSRMM/src/mim.cpp b/plugins/TabSRMM/src/mim.cpp index 00054758b2..0c5708fe4e 100644 --- a/plugins/TabSRMM/src/mim.cpp +++ b/plugins/TabSRMM/src/mim.cpp @@ -390,6 +390,9 @@ int CMimAPI::DispatchNewEvent(WPARAM hContact, LPARAM hDbEvent) int CMimAPI::MessageEventAdded(WPARAM hContact, LPARAM hDbEvent) { + if (hContact == 0) + return 0; + DBEVENTINFO dbei = {}; db_event_get(hDbEvent, &dbei); -- cgit v1.2.3