aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPThreadAdditions.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPThreadAdditions.m')
-rw-r--r--Source/SPThreadAdditions.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPThreadAdditions.m b/Source/SPThreadAdditions.m
index 74476888..f61b6289 100644
--- a/Source/SPThreadAdditions.m
+++ b/Source/SPThreadAdditions.m
@@ -88,9 +88,9 @@
- (void)dealloc
{
- [object release], object = nil;
+ SPClear(object);
selector = NULL;
- [name release], name = nil;
+ SPClear(name);
[super dealloc];
}