Plugins/Displays/MusicVideo/GrowlMusicVideoPrefs.m
changeset 4259 0e9b6b0b1e25
parent 4246 4f52d1d98978
child 4858 ec71a469e0b8
     1.1 --- a/Plugins/Displays/MusicVideo/GrowlMusicVideoPrefs.m	Tue Jul 07 11:42:50 2009 -0400
     1.2 +++ b/Plugins/Displays/MusicVideo/GrowlMusicVideoPrefs.m	Sat Aug 01 20:43:39 2009 -0400
     1.3 @@ -29,6 +29,9 @@
     1.4  	NSData *data = nil;
     1.5  	NSColor *color;
     1.6  	READ_GROWL_PREF_VALUE(key, GrowlMusicVideoPrefDomain, NSData *, &data);
     1.7 +	if(data)
     1.8 +		CFMakeCollectable(data);
     1.9 +	
    1.10  	if (data && [data isKindOfClass:[NSData class]]) {
    1.11  		color = [NSUnarchiver unarchiveObjectWithData:data];
    1.12  	} else {