summaryrefslogtreecommitdiff
path: root/src/devices/wifi/tests/test-wifi-ap-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/wifi/tests/test-wifi-ap-utils.c')
-rw-r--r--src/devices/wifi/tests/test-wifi-ap-utils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/wifi/tests/test-wifi-ap-utils.c b/src/devices/wifi/tests/test-wifi-ap-utils.c
index fb335b8982..3c405e264f 100644
--- a/src/devices/wifi/tests/test-wifi-ap-utils.c
+++ b/src/devices/wifi/tests/test-wifi-ap-utils.c
@@ -785,6 +785,7 @@ test_priv_ap_leap_connection_1 (gconstpointer add_wifi)
COMPARE (src, expected, success, error, 0, 0);
g_object_unref (src);
+ g_object_unref (expected);
}
/*******************************************/
@@ -866,6 +867,7 @@ test_priv_ap_dynamic_wep_1 (void)
COMPARE (src, expected, success, error, 0, 0);
g_object_unref (src);
+ g_object_unref (expected);
}
/*******************************************/
@@ -913,6 +915,7 @@ test_priv_ap_dynamic_wep_2 (void)
COMPARE (src, expected, success, error, 0, 0);
g_object_unref (src);
+ g_object_unref (expected);
}
/*******************************************/