mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
pipewire: free i18n domain in deinit()
This commit is contained in:
parent
a9b8aa27c1
commit
50bae0a209
1 changed files with 1 additions and 0 deletions
|
|
@ -567,6 +567,7 @@ void pw_deinit(void)
|
|||
}
|
||||
if (support->categories)
|
||||
pw_free_strv(support->categories);
|
||||
free(support->i18n_domain);
|
||||
spa_zero(global_support);
|
||||
spa_zero(global_registry);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue