Fix Null pointer dereferencing in an error handler
identified by static analysis from http://www.viva64.com/en/b/0251/ Change-Id: I0042336d9598415b978bf9819e74639685c627b5 Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
parent
9857da723d
commit
52ff4120a2
@ -536,7 +536,7 @@ void QDocIndexFiles::readIndexSection(const QDomElement& element,
|
||||
}
|
||||
else {
|
||||
qDebug() << "NODE:" << node->name() << "GROUPS:" << groupNames;
|
||||
qDebug() << "DID NOT FIND GROUP:" << dn->name() << "for:" << node->name();
|
||||
qDebug() << "DID NOT FIND GROUP for:" << node->name();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user