Skip to content

placesview: Avoid use-after-free

Matthias Clasen requested to merge fix-network-places into master

The places view has questionable code for handling 'destroy', which seems to trigger use-after-free in some cases. Clean this up a bit by acknowledging the cancellation fully, rather than relying on the destroyed flag.

Merge request reports