summary refs log tree commit diff
path: root/libnm-util/nm-setting-bluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-util/nm-setting-bluetooth.c')
-rw-r--r--libnm-util/nm-setting-bluetooth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm-util/nm-setting-bluetooth.c b/libnm-util/nm-setting-bluetooth.c
index 161b3715..e81e5333 100644
--- a/libnm-util/nm-setting-bluetooth.c
+++ b/libnm-util/nm-setting-bluetooth.c
@@ -216,6 +216,7 @@ finalize (GObject *object)
 
 	if (priv->bdaddr)
 		g_byte_array_free (priv->bdaddr, TRUE);
+	g_free (priv->type);
 
 	G_OBJECT_CLASS (nm_setting_bluetooth_parent_class)->finalize (object);
 }