summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macosx/PcsxrMemCardController.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/PcsxrMemCardController.m b/macosx/PcsxrMemCardController.m
index cbff6ff8..a9b8dbef 100644
--- a/macosx/PcsxrMemCardController.m
+++ b/macosx/PcsxrMemCardController.m
@@ -311,6 +311,8 @@ static inline void CopyMemcardData(char *from, char *to, int *i, char *str, int
- (void)dealloc
{
[[NSNotificationCenter defaultCenter] removeObserver:self];
+ [memCard1Array release];
+ [memCard2Array release];
[super dealloc];
}