mirror of
https://github.com/swaywm/sway.git
synced 2025-01-30 20:56:43 +00:00
config/output: don't leak background_fallback
(cherry picked from commit 30c858423d
)
This commit is contained in:
parent
20b5362256
commit
a725f08ed0
|
@ -1018,6 +1018,7 @@ void free_output_config(struct output_config *oc) {
|
|||
free(oc->name);
|
||||
free(oc->background);
|
||||
free(oc->background_option);
|
||||
free(oc->background_fallback);
|
||||
wlr_color_transform_unref(oc->color_transform);
|
||||
free(oc);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue