Plugins/Displays/Bubbles/GrowlBubblesWindowController.m
changeset 4135 9d0747a53f45
parent 3958 157225f6bfee
child 4246 4f52d1d98978
child 4771 d398be175a6e
     1.1 --- a/Plugins/Displays/Bubbles/GrowlBubblesWindowController.m	Thu Oct 11 12:56:05 2007 +0000
     1.2 +++ b/Plugins/Displays/Bubbles/GrowlBubblesWindowController.m	Sun Jul 06 15:10:15 2008 +0000
     1.3 @@ -38,6 +38,7 @@
     1.4  	[self setDisplayDuration:(prefsDuration ?
     1.5  							  [(NSNumber *)prefsDuration doubleValue] :
     1.6  							  GrowlBubblesDurationPrefDefault)];
     1.7 +	if (prefsDuration) CFRelease(prefsDuration);
     1.8  
     1.9  	// I tried setting the width/height to zero, since the view resizes itself later.
    1.10  	// This made it ignore the alpha at the edges (using 1.0 instead). Why?