A defer statement contained an access to a pointer that was set to nil before the deferred statement was run; remove it and just explicity run the statement.
A defer statement contained an access to a pointer that was set to nil before the deferred statement was run; remove it and just explicity run the statement.