Small fix.
This commit is contained in:
@@ -109,7 +109,7 @@ bool mpw_marshal_info_free(
|
||||
bool mpw_marshal_free(
|
||||
MPMarshalledUser **user) {
|
||||
|
||||
if (!user)
|
||||
if (!user || !*user)
|
||||
return true;
|
||||
|
||||
bool success = true;
|
||||
|
Reference in New Issue
Block a user