Fix potential use of pointer after checking for nullptr

Authored by alexeymin on Jun 19 2019, 9:17 PM.

Description

Fix potential use of pointer after checking for nullptr

Code below continues to use the pointer after a check for
nullptr like nothing happened. Probably continue is missing
in a loop.

clang-tidy: Called C++ object pointer is null

at eventsmanager.cpp:87
at framebuffermanager.cpp:86

Details

Committed
alexeyminJun 19 2019, 9:23 PM
Parents
R437:306a09454046: Fix unused parameter warning
Branches
Unknown
Tags
Unknown