lldp/tests: unref lldp instance in test
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user