From d1e51ee9a135c59a3c2a6a3aaa200cf2ca9c253d Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Wed, 9 Oct 2013 11:51:41 -0700 Subject: [PATCH] We shouldn't be releasing objects that belong to something else --- Playlist/PlaylistLoader.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Playlist/PlaylistLoader.m b/Playlist/PlaylistLoader.m index ccfbc72c8..d71310a2f 100755 --- a/Playlist/PlaylistLoader.m +++ b/Playlist/PlaylistLoader.m @@ -235,10 +235,6 @@ NSMutableDictionary * dictionaryWithPropertiesOfObject(id obj, NSArray * filterL } [dict setObject:[requiredBitmap representationUsingType:NSJPEG2000FileType properties:nil] forKey:@"albumArt"]; - - [requiredBitmap release]; - - [image release]; } [topLevel addObject:dict];