summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/applet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/applet.c b/src/applet.c
index dda73119..921dcf2d 100644
--- a/src/applet.c
+++ b/src/applet.c
@@ -1034,6 +1034,7 @@ activate_vpn_cb (GObject *client,
PREF_DISABLE_VPN_NOTIFICATIONS);
g_warning ("VPN Connection activation failed: (%s) %s", name, error->message);
g_free (msg);
+ g_free (name);
g_error_free (error);
}