1.1 --- a/Plugins/Displays/MusicVideo/GrowlMusicVideoWindowController.m Thu Oct 11 12:56:05 2007 +0000
1.2 +++ b/Plugins/Displays/MusicVideo/GrowlMusicVideoWindowController.m Sun Jul 06 15:10:15 2008 +0000
1.3 @@ -76,6 +76,7 @@
1.4 [self setDisplayDuration:(prefsDuration ?
1.5 [(NSNumber *)prefsDuration doubleValue] :
1.6 GrowlMusicVideoDurationPrefDefault)];
1.7 + if (prefsDuration) CFRelease(prefsDuration);
1.8
1.9 //The default duration for transitions is far too long for the music video effect.
1.10 [self setTransitionDuration:0.3];