Skip to content
Commit e380a55d authored by Ralf Habacker's avatar Ralf Habacker
Browse files

Fixed coverity check CID 161661: Unchecked dynamic_cast (FORWARD_NULL)

Passing null pointer pConcept to findChildObject, which dereferences it.
(The dereference happens because this is a virtual function call.)

CCBUG:340646
parent 1f396fb9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment