adium/adium

Fix a leak when closing an AIChat.
adium-1.5.3
2012-07-27, Thijs Alkemade
1da981d1d4c6
Parents dae37892125a
Children 2f3a0055123e
Fix a leak when closing an AIChat.
--- a/Frameworks/Adium Framework/Source/AIChat.m Wed Jul 25 22:51:06 2012 +0200
+++ b/Frameworks/Adium Framework/Source/AIChat.m Fri Jul 27 12:31:32 2012 +0200
@@ -120,6 +120,7 @@
[chatCreationInfo release]; chatCreationInfo = nil;
[enteredTextTimer release]; enteredTextTimer = nil;
[securityDetails release]; securityDetails = nil;
+ [lastMessageDate release]; lastMessageDate = nil;
[super dealloc];
}