diff options
| author | Drew DeVault <sir@cmpwn.com> | 2018-04-25 11:00:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-25 11:00:24 +0200 |
| commit | 75674295504af9118d2af3c8677d8e1e84e85e77 (patch) | |
| tree | 096f6c4635168e71e29e611cebc9afac9e22736b /include/swaybar/config.h | |
| parent | 317b8cbd9374dafa0c8649e9db45cdee7b748fd2 (diff) | |
| parent | aa36899d8a54d359bf3da997fb6f681199e49938 (diff) | |
Merge pull request #1861 from emersion/swaybar-memory-leaks
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; |
