From d0545c4ea2fdc83978dc2ca29f6fffcd107ab05f Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 23 Nov 2015 14:02:33 +0100 Subject: [PATCH] Fix crash in ConfigItem::ActivateItems refs #10643 --- lib/config/configitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/configitem.cpp b/lib/config/configitem.cpp index d6aad29c3..9e172d817 100644 --- a/lib/config/configitem.cpp +++ b/lib/config/configitem.cpp @@ -570,7 +570,7 @@ bool ConfigItem::ActivateItems(WorkQueue& upq, const std::vectorm_Object; - if (item->m_Abstract) + if (!object) continue; ASSERT(object && object->IsActive()); -- 2.40.0