Skip to content

Autodelete smapsRunnable

David Edmundson requested to merge work/smaps_leak into master

The runnable has an early return on error conditions. This means finished() might never be called.

Now we've removed the accessor and provide the return value in the signal we can just set autoDelete.

BUG: 428048

Merge request reports