mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-11 16:30:39 +01:00
libnm-core: fix memory leak in match setting
Fixes:808e837149('all: add "path" property to the match setting') (cherry picked from commit92208ebd1f)
This commit is contained in:
parent
26f1074d9d
commit
85535ba8ae
1 changed files with 1 additions and 0 deletions
|
|
@ -796,6 +796,7 @@ finalize (GObject *object)
|
|||
nm_clear_pointer (&self->interface_name, g_array_unref);
|
||||
nm_clear_pointer (&self->kernel_command_line, g_array_unref);
|
||||
nm_clear_pointer (&self->driver, g_array_unref);
|
||||
nm_clear_pointer (&self->path, g_array_unref);
|
||||
|
||||
G_OBJECT_CLASS (nm_setting_match_parent_class)->finalize (object);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue