diff options
Diffstat (limited to 'cpp/test/Ice/plugin/Plugin.cpp')
-rw-r--r-- | cpp/test/Ice/plugin/Plugin.cpp | 3 |
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; } }; |