mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 01:50:14 +01:00
libnm/tests: fix memleak in test
This commit is contained in:
parent
d5d4911b58
commit
af6f62be8d
1 changed files with 1 additions and 1 deletions
|
|
@ -1134,7 +1134,7 @@ _test_team_port_config_sync (const char *team_port_config,
|
|||
int lacp_key,
|
||||
GPtrArray *link_watchers)
|
||||
{
|
||||
NMSettingTeamPort *s_team_port;
|
||||
gs_unref_object NMSettingTeamPort *s_team_port = NULL;
|
||||
guint i, j;
|
||||
gboolean found;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue