summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--objective-c/test/Ice/acm/TestI.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/test/Ice/acm/TestI.m b/objective-c/test/Ice/acm/TestI.m
index 48d639bd69b..155bbd154c1 100644
--- a/objective-c/test/Ice/acm/TestI.m
+++ b/objective-c/test/Ice/acm/TestI.m
@@ -200,6 +200,6 @@
ConnectionCallbackI* callback = [ConnectionCallbackI new];
[current.con setCallback:callback];
[callback waitForCount:count];
- ICE_RELEASE(release);
+ ICE_RELEASE(callback);
}
@end