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

Fix coverity CID 88471: Dereference before null check (REVERSE_INULL)

Null-checking at suggests that it may be null, but it has already been
dereferenced on all paths leading to the check.

CCBUG:340646
parent e6918655
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