diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-02-13 12:48:11 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-02-13 12:48:11 +0100 |
commit | 340834baecb0521bde93623fb2449720ce79b1f6 (patch) | |
tree | 327eee54d7cce13a75ced7f5837d8110585083c9 /main.go | |
parent | 3b4c2e8c5767d3bbc1a1963a4ffc956d2dc0fcfb (diff) |
Close bitmask when the systray quits
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ func main() { if err != nil { log.Fatal(err) } + defer b.Close() run(b, conf) } |