]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.m
macosx: fixed regressions from merges with the 1.0-bugfix branch
[vlc] / modules / gui / macosx / misc.m
index 4d77a3824b94d39f8b7cfdbd67d1507ee8fff918..18519aa4a857a82e8b0ef355f8ed2eee50374f1d 100644 (file)
@@ -132,6 +132,12 @@ static NSMutableArray *blackoutWindows = NULL;
     blackoutWindows = [[NSMutableArray alloc] initWithCapacity:1];
 }
 
+- (void)dealloc
+{
+    [blackoutWindows release];
+    [super dealloc];
+}
+
 + (NSScreen *)screenWithDisplayID: (CGDirectDisplayID)displayID
 {
     int i;