mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-07 01:40:53 +01:00
libnm-core: fix memory leak in match setting
Fixes: 808e837149 ('all: add "path" property to the match setting')
This commit is contained in:
parent
3ecfd13ded
commit
92208ebd1f
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