| author | boredzo |
| Tue Jul 15 12:25:11 2008 +0000 (2008-07-15) | |
| changeset 4147 | a4a2e33ce568 |
| parent 4146 | ab8fc80966ca |
| child 4148 | 6a99c2c5b187 |
1.1 --- a/Core/Source/GrowlNotificationTicket.m Tue Jul 15 12:24:03 2008 +0000 1.2 +++ b/Core/Source/GrowlNotificationTicket.m Tue Jul 15 12:25:11 2008 +0000 1.3 @@ -89,6 +89,7 @@ 1.4 [humanReadableName release]; 1.5 [displayPluginName release]; 1.6 [notificationDescription release]; 1.7 + [sound release]; 1.8 1.9 [super dealloc]; 1.10 }