adium 2090:446069cff279: OCD
commits at adium.im
commits at adium.im
Tue May 5 08:17:45 UTC 2009
details: http://hg.adium.im/adium/rev/446069cff279
revision: 2090:446069cff279
author: David Smith <catfish.man at gmail.com>
date: Tue May 05 01:17:40 2009 -0700
OCD
diffstat:
Plugins/Purple Service/AMPurpleJabberNode.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 1b917c8c2d14 -r 446069cff279 Plugins/Purple Service/AMPurpleJabberNode.m
--- a/Plugins/Purple Service/AMPurpleJabberNode.m Tue May 05 01:16:39 2009 -0700
+++ b/Plugins/Purple Service/AMPurpleJabberNode.m Tue May 05 01:17:40 2009 -0700
@@ -198,7 +198,7 @@
copy.name = self.name;
copy.gc = self.gc;
- copy.delegates = [[[NSMutableArray alloc] init] autorelease];
+ copy.delegates = [NSMutableArray array];
copy.features = self.features;
copy.identities = self.identities;
copy.itemsArray = self.itemsArray;
More information about the commits
mailing list