mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Update rcxml.c
zfree on rc.workspace_config.prefix
This commit is contained in:
parent
c531c973e5
commit
3f05d64b79
1 changed files with 1 additions and 0 deletions
|
|
@ -1644,6 +1644,7 @@ rcxml_finish(void)
|
|||
zfree(rc.font_menuitem.name);
|
||||
zfree(rc.font_osd.name);
|
||||
zfree(rc.theme_name);
|
||||
zfree(rc.workspace_config.prefix);
|
||||
|
||||
struct usable_area_override *area, *area_tmp;
|
||||
wl_list_for_each_safe(area, area_tmp, &rc.usable_area_overrides, link) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue