summaryrefslogtreecommitdiff
path: root/objective-c
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-10-01 09:18:51 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-10-01 09:18:51 +0200
commit9d3f13c131bcae94e7d2e7e84de28ab4178e917b (patch)
tree166c253e75c0ffbb678074a68c2af0ad27a5bafb /objective-c
parentAdded embedded_runpath_prefix to RPATH if it's set (diff)
downloadice-9d3f13c131bcae94e7d2e7e84de28ab4178e917b.tar.bz2
ice-9d3f13c131bcae94e7d2e7e84de28ab4178e917b.tar.xz
ice-9d3f13c131bcae94e7d2e7e84de28ab4178e917b.zip
Fixed Objective-C test build failure
Diffstat (limited to 'objective-c')
-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