Skip to content
Commit aab28698 authored by Alexey Min's avatar Alexey Min
Browse files

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
parent 306a0945
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