Skip to content
Commit 45c4dcc3 authored by Ondrej Holy's avatar Ondrej Holy
Browse files

network: Fix crashes when mount failed

Mount operation might fail if you run multiple mount operations concurrently.
Backend memory is released consequently. Unfortunatelly some idle sources
and signal handlers are not removed, which might cause segmentation faults.
This patch fixes this and also some other memory leaks.

https://bugzilla.gnome.org/show_bug.cgi?id=712235
parent 7a210850
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment