]> git.lizzy.rs Git - irrlicht.git/commit
Prevent potential 0 pointer access when release not acquired joystick.
authorcutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475>
Sat, 19 Nov 2022 16:41:11 +0000 (16:41 +0000)
committersfan5 <sfan5@live.de>
Fri, 24 Mar 2023 16:09:11 +0000 (17:09 +0100)
commit6f3435f349e778af21f172d9c954e7cdb44efe7c
tree857516e69636eebe50ae6c1902750fb9373f4d38
parent9f9d22ca332c3aca65b53162da316f3dd0e3a58d
Prevent potential 0 pointer access when release not acquired joystick.

Found by clang analyser. Not sure if it could really ever have happened, but won't hurt to fix

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6443 dfc29bdd-3216-0410-991c-e03cc46cb475
source/Irrlicht/CIrrDeviceWin32.cpp