From bcc7ef2a058097c26fb1f7a4c6288f6027c77bf4 Mon Sep 17 00:00:00 2001 From: Evan Schoenberg Date: Wed, 10 Jan 2007 13:27:46 +0000 Subject: [PATCH] Fixed a crash when closing an action request window such as the Direct IM prompt git-svn-id: svn://svn.adiumx.com/adium/branches/adium-1.0@18662 1c916fce-81e2-0310-a464-8ca513f45935 --- Plugins/Gaim Service/ESGaimRequestActionController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Gaim Service/ESGaimRequestActionController.m b/Plugins/Gaim Service/ESGaimRequestActionController.m index 15311182c..fb5dc3fcd 100644 --- a/Plugins/Gaim Service/ESGaimRequestActionController.m +++ b/Plugins/Gaim Service/ESGaimRequestActionController.m @@ -167,7 +167,7 @@ [requestController close]; } - [self release]; + [self autorelease]; } /*! -- 2.11.4.GIT