Missing check for graph manager in JackAPI.
commit4c55ca8be07a3af5e053a00aa550b1a2fe73c81e
authorFlorian Walpen <dev@submerge.ch>
Sat, 22 Jan 2022 22:19:38 +0000 (22 23:19 +0100)
committerFilipe Coelho <falktx@falktx.com>
Thu, 7 Apr 2022 14:20:45 +0000 (7 15:20 +0100)
treec56eab5df61f3059420f5cd54587137c09c1989a
parent84a21a8cb9afe8008efdc0e76f60df52d26fe44c
Missing check for graph manager in JackAPI.

This seems to be the only place where the result of GetGraphManager() is
not checked for null, at least in JackAPI. Found by llvm scan-build.
common/JackAPI.cpp