Skip to content

Commit a725f08

Browse files
llyyremersion
authored andcommitted
config/output: don't leak background_fallback
(cherry picked from commit 30c8584)
1 parent 20b5362 commit a725f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: sway/config/output.c

+1
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,7 @@ void free_output_config(struct output_config *oc) {
10181018
free(oc->name);
10191019
free(oc->background);
10201020
free(oc->background_option);
1021+
free(oc->background_fallback);
10211022
wlr_color_transform_unref(oc->color_transform);
10221023
free(oc);
10231024
}

0 commit comments

Comments
 (0)