diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-04-24 22:04:19 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-04-24 22:04:19 +0100 |
| commit | f0acd9b7f8697063e78e089230c0cf6860a77a3a (patch) | |
| tree | 096f6c4635168e71e29e611cebc9afac9e22736b /include/swaybar/config.h | |
| parent | 85aa8e8d09baf3e451c188c15786338c8021ede8 (diff) | |
Fix a bunch of swaybar memory leaks
Diffstat (limited to 'include/swaybar/config.h')
| -rw-r--r-- | include/swaybar/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/swaybar/config.h b/include/swaybar/config.h index 7f321df8..6739c28a 100644 --- a/include/swaybar/config.h +++ b/include/swaybar/config.h @@ -29,7 +29,7 @@ struct swaybar_config { bool binding_mode_indicator; bool wrap_scroll; bool workspace_buttons; - struct wl_list outputs; + struct wl_list outputs; // config_output::link bool all_outputs; int height; |
