2
0

Small fix.

This commit is contained in:
Maarten Billemont
2017-08-23 00:05:50 -04:00
parent a8949ca07e
commit 5ee700c9b9
2 changed files with 1 additions and 2 deletions

View File

@@ -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;