2
0

Store preferences in user file using mpw data API.

This commit is contained in:
Maarten Billemont
2019-07-28 17:44:56 -04:00
parent eb1e23311e
commit b460e27696
2 changed files with 27 additions and 1 deletions

View File

@@ -676,7 +676,7 @@ PearlAssociatedObjectProperty( NSNumber*, StoreCorrupted, storeCorrupted );
return nil;
}
@finally {
mpw_marshal_free( &importUser );
mpw_marshal_file_free( &importUser );
}
}