Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
QSR 2.0 Beta 4
-
None
-
-
0.5
-
4f6e506938dde83a4f257bc11efb1e56ddc2e125
-
Sprint 14 Week46
Description
In function
void NumberAnimationParser::parseTransitionNodes(const Node *node)
There's check against nullptr in the first if-branch, but missing in the else branch, where the node pointer is used also.