On Tue, 30 May 2023 at 08:40, Miklos Vajna <vmiklos@xxxxxxxxxxxxx> wrote:
Did you try if make check enforces the current behavior?
No idea.
Do you have a context for this? I assume you dived into some actual
problem and then this came up?
I am specifically looking at cleaning up memory leaks, and a lot of those have to do with cycles forming in the UNO object graph.
A recurrent problem in cleaning this up is when something throws DisposedException and short-circuits the dispose() logic in caller code.