mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 04:10:03 +01:00
m-settings: clear schema settings metadata when plugin is disabled
This commit is contained in:
parent
50497cea03
commit
b16763f8d4
1 changed files with 1 additions and 0 deletions
|
|
@ -335,6 +335,7 @@ wp_settings_plugin_disable (WpPlugin * plugin)
|
|||
WpSettingsPlugin * self = WP_SETTINGS_PLUGIN (plugin);
|
||||
|
||||
g_clear_object (&self->impl_metadata);
|
||||
g_clear_object (&self->schema_impl_metadata);
|
||||
g_clear_object (&self->persistent_impl_metadata);
|
||||
g_clear_pointer (&self->persistent_settings, wp_properties_unref);
|
||||
g_clear_object (&self->state);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue