diff options
| author | Michael Biebl <biebl@debian.org> | 2022-03-23 11:52:46 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-03-23 11:52:46 +0100 |
| commit | 024ee2bf31c1c57823c8bf6588714a4ede5baed1 (patch) | |
| tree | 5fd63275acf48411b17c71c92771267359ba95d6 /src/core/devices/team | |
| parent | 0514770b02f34ccb56b6bc52010452663c6717ed (diff) | |
| parent | 8c623dddbdebe354cb94bfc559a5371a14865317 (diff) | |
Update upstream source from tag 'upstream/1.36.4'
Update to upstream version '1.36.4' with Debian dir 64567d8bf986e0827368a9989323ba0356fe2888
Diffstat (limited to 'src/core/devices/team')
| -rw-r--r-- | src/core/devices/team/nm-device-team.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/team/nm-device-team.c b/src/core/devices/team/nm-device-team.c index 16cd2e87..b67c7100 100644 --- a/src/core/devices/team/nm-device-team.c +++ b/src/core/devices/team/nm-device-team.c @@ -957,7 +957,7 @@ constructed(GObject *object) NMDeviceTeamPrivate *priv = NM_DEVICE_TEAM_GET_PRIVATE(device); gs_free char *tmp_str = NULL; gs_unref_object GFile *file = NULL; - GError *error; + gs_free_error GError *error = NULL; G_OBJECT_CLASS(nm_device_team_parent_class)->constructed(object); |