]> git.sur5r.net Git - i3/i3/commit
cfg_workspace: memleak on duplicate workspace assignment
authorOrestis Floros <orestisf1993@gmail.com>
Sun, 25 Mar 2018 17:23:46 +0000 (20:23 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Sun, 25 Mar 2018 17:27:07 +0000 (20:27 +0300)
commita5014dc7f84fb820929b36264d058491ecbace93
tree47469f29e342e1c77c42fec9d5114d6605a41ec4
parentee1f5511955316e6e6abdcaad427bc41cf8d53f0
cfg_workspace: memleak on duplicate workspace assignment

assignment->output is set but lost since TAILQ_INSERT_TAIL is never
called when duplicate is set.
This essentially happens on every reload.
src/config_directives.c