diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-02-15 16:25:28 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-02-15 16:25:28 +0100 |
| commit | a1a2ab428a020fc29c5fef7faed21144d5bda454 (patch) | |
| tree | e98b9ffe575791ab9fb48e52e5339c55bff2005a /include/swaybar/bar.h | |
| parent | e14b0d66bf61cdf7a4287d9522261e103a087d04 (diff) | |
| parent | 2a8d927474a842168ffdb4dad8a1343613522198 (diff) | |
Merge pull request #3692 from ianyfan/swaybar
Fix crash and memory leak on bar termination
Diffstat (limited to 'include/swaybar/bar.h')
| -rw-r--r-- | include/swaybar/bar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h index 2d9ba0d9..2518d5aa 100644 --- a/include/swaybar/bar.h +++ b/include/swaybar/bar.h @@ -46,6 +46,8 @@ struct swaybar { #if HAVE_TRAY struct swaybar_tray *tray; #endif + + bool running; }; struct swaybar_output { |
