Details
-
Bug
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
8
Description
This was found by code inspection. We have a call to query for MSAA support that has to do an object dereferencing but this object can be null. This call needs to be in a guarded block.