summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/plugin/Plugin.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-10-29 08:49:25 +0100
committerBenoit Foucher <benoit@zeroc.com>2012-10-29 08:49:25 +0100
commitaaf1b955f2a5640798b649c107f1113d5e67b813 (patch)
tree073a58abbdc172ddc46d997848a40f2e0e35b06f /cpp/test/Ice/plugin/Plugin.cpp
parentFixed Ice.props to use PlatformToolset instead of MinimumVisualStudioVersion (diff)
downloadice-aaf1b955f2a5640798b649c107f1113d5e67b813.tar.bz2
ice-aaf1b955f2a5640798b649c107f1113d5e67b813.tar.xz
ice-aaf1b955f2a5640798b649c107f1113d5e67b813.zip
More UMR fixes
Diffstat (limited to 'cpp/test/Ice/plugin/Plugin.cpp')
-rw-r--r--cpp/test/Ice/plugin/Plugin.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/Ice/plugin/Plugin.cpp b/cpp/test/Ice/plugin/Plugin.cpp
index dfdfae6f428..52706ec4de9 100644
--- a/cpp/test/Ice/plugin/Plugin.cpp
+++ b/cpp/test/Ice/plugin/Plugin.cpp
@@ -154,6 +154,7 @@ public:
{
_destroyed = true;
test(_other->isDestroyed());
+ _other = 0;
}
};
@@ -180,6 +181,7 @@ public:
{
_destroyed = true;
test(!_other->isDestroyed());
+ _other = 0;
}
};
@@ -206,6 +208,7 @@ public:
{
_destroyed = true;
test(!_other->isDestroyed());
+ _other = 0;
}
};