https://bugs.documentfoundation.org/show_bug.cgi?id=114843

--- Comment #3 from Markus Mohrhard <[email protected]> ---
As mentioned this not a CppUnit bug. The test runner is managing the life cycle
of the test cases and therefore you need to make sure that you are not deleting
the test case yourself. In case of stack allocated objects you can't avoid
deleting the object yourself so you can not use them.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to