Closed mathiasl closed 9 years ago
This reverts commit 51f721950b9eb1ce41512e8ae199ab262b432d6e.
If you launch tests with valgrind you get errors! This is due to test such as: OnCall(xxx).Return("foo"); where "foo" is no longer copied and a bad reference is kept on it!
This reverts commit 51f721950b9eb1ce41512e8ae199ab262b432d6e.
If you launch tests with valgrind you get errors! This is due to test such as: OnCall(xxx).Return("foo"); where "foo" is no longer copied and a bad reference is kept on it!