GNOME Bugzilla – Bug 748192
[PATCH] core: mgt_path free mgt_path on disconnect
Last modified: 2015-04-22 15:54:43 UTC
Created attachment 302004 [details] [review] [PATCH] core: mgt_path free mgt_path on disconnect We assert it's NULL on connect, triggering an assert fail on reconnect: (nm-openvpn-service:31948): nm-openvpn-WARNING **: (nm-openvpn-service.c:1194): nm_openvpn_start_openvpn_binary: runtime check failed: (priv->mgt_path == NULL) --- src/nm-openvpn-service.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
LGTM
LGTM too
31f264a core: mgt_path free mgt_path on disconnect