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