| changeset 4135 | 9d0747a53f45 |
| parent 3954 | 2dfcd1414225 |
| child 4246 | 4f52d1d98978 |
| child 4771 | d398be175a6e |
1.1 --- a/Plugins/Displays/Nano/GrowlNanoWindowController.m Fri Oct 05 00:09:04 2007 +0000 1.2 +++ b/Plugins/Displays/Nano/GrowlNanoWindowController.m Sun Jul 06 15:10:15 2008 +0000 1.3 @@ -29,6 +29,7 @@ 1.4 [self setDisplayDuration:(prefsDuration ? 1.5 [(NSNumber *)prefsDuration doubleValue] : 1.6 GrowlNanoDurationPrefDefault)]; 1.7 + if (prefsDuration) CFRelease(prefsDuration); 1.8 1.9 screenNumber = 0U; 1.10 READ_GROWL_PREF_INT(Nano_SCREEN_PREF, GrowlNanoPrefDomain, &screenNumber);