aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMNSAppleEventDescriptor+Foundation.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMNSAppleEventDescriptor+Foundation.m')
-rw-r--r--Foundation/GTMNSAppleEventDescriptor+Foundation.m12
1 files changed, 6 insertions, 6 deletions
diff --git a/Foundation/GTMNSAppleEventDescriptor+Foundation.m b/Foundation/GTMNSAppleEventDescriptor+Foundation.m
index b355607..40a52de 100644
--- a/Foundation/GTMNSAppleEventDescriptor+Foundation.m
+++ b/Foundation/GTMNSAppleEventDescriptor+Foundation.m
@@ -264,7 +264,7 @@ static NSMutableDictionary *gTypeMap = nil;
[NSAppleEventDescriptor gtm_registerSelector:@selector(gtm_arrayValue)
forTypes:types
count:sizeof(types)/sizeof(DescType)];
- [pool release];
+ [pool drain];
}
- (NSAppleEventDescriptor*)gtm_appleEventDescriptor {
@@ -294,7 +294,7 @@ static NSMutableDictionary *gTypeMap = nil;
[NSAppleEventDescriptor gtm_registerSelector:@selector(gtm_dictionaryValue)
forTypes:types
count:sizeof(types)/sizeof(DescType)];
- [pool release];
+ [pool drain];
}
- (NSAppleEventDescriptor*)gtm_appleEventDescriptor {
@@ -354,7 +354,7 @@ static NSMutableDictionary *gTypeMap = nil;
[NSAppleEventDescriptor gtm_registerSelector:@selector(gtm_nullValue)
forTypes:types
count:sizeof(types)/sizeof(DescType)];
- [pool release];
+ [pool drain];
}
- (NSAppleEventDescriptor*)gtm_appleEventDescriptor {
@@ -378,7 +378,7 @@ static NSMutableDictionary *gTypeMap = nil;
[NSAppleEventDescriptor gtm_registerSelector:@selector(stringValue)
forTypes:types
count:sizeof(types)/sizeof(DescType)];
- [pool release];
+ [pool drain];
}
- (NSAppleEventDescriptor*)gtm_appleEventDescriptor {
@@ -404,7 +404,7 @@ static NSMutableDictionary *gTypeMap = nil;
[NSAppleEventDescriptor gtm_registerSelector:@selector(gtm_numberValue)
forTypes:types
count:sizeof(types)/sizeof(DescType)];
- [pool release];
+ [pool drain];
}
- (NSAppleEventDescriptor*)gtm_appleEventDescriptor {
@@ -492,7 +492,7 @@ static NSMutableDictionary *gTypeMap = nil;
[NSAppleEventDescriptor gtm_registerSelector:@selector(gtm_fourCharCodeValue)
forTypes:types
count:sizeof(types)/sizeof(DescType)];
- [pool release];
+ [pool drain];
}
- (NSAppleEventDescriptor*)gtm_appleEventDescriptor {