fix river output layout_name_clear event; fixes #20
This commit is contained in:
parent
2b40aac29e
commit
e40a0d33ca
1 changed files with 1 additions and 0 deletions
1
dam.c
1
dam.c
|
@ -348,6 +348,7 @@ output_status_handle_layout_name_clear(void *data,
|
|||
|
||||
if (bar->layout)
|
||||
free(bar->layout);
|
||||
bar->layout = NULL;
|
||||
bar_frame(bar);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue