Forms.cpp:280 dereferences obj before checking if its null. The null check is on the line below this. Swap lines 280 and 281 around to fix the issue.
Forms.cpp:280 dereferences obj before checking if its null. The null check is on the line below this. Swap lines 280 and 281 around to fix the issue.