lldp/tests: unref lldp instance in test

This commit is contained in:
Thomas Haller
2016-02-29 14:23:08 +01:00
parent 06252c9863
commit ae9cc8910d

View File

@@ -136,7 +136,7 @@ get_lldp_neighbor_attribute (GVariant *neighbors,
static void static void
test_receive_frame (test_fixture *fixture, gconstpointer user_data) test_receive_frame (test_fixture *fixture, gconstpointer user_data)
{ {
NMLldpListener *listener; gs_unref_object NMLldpListener *listener = NULL;
GMainLoop *loop; GMainLoop *loop;
TestInfo info = { }; TestInfo info = { };
GVariant *neighbors, *attr; GVariant *neighbors, *attr;