libnm/tests: fix memleak in test
This commit is contained in:
@@ -1134,7 +1134,7 @@ _test_team_port_config_sync (const char *team_port_config,
|
|||||||
int lacp_key,
|
int lacp_key,
|
||||||
GPtrArray *link_watchers)
|
GPtrArray *link_watchers)
|
||||||
{
|
{
|
||||||
NMSettingTeamPort *s_team_port;
|
gs_unref_object NMSettingTeamPort *s_team_port = NULL;
|
||||||
guint i, j;
|
guint i, j;
|
||||||
gboolean found;
|
gboolean found;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user