Skip to content
Commit 428adf56 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 b7a511b4
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