mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
rcxml.c: keep zfree(string) calls together to ease detecting missing ones
This commit is contained in:
parent
5c9cae71cd
commit
ec271dcd57
1 changed files with 1 additions and 2 deletions
|
|
@ -1920,6 +1920,7 @@ rcxml_finish(void)
|
|||
zfree(rc.theme_name);
|
||||
zfree(rc.icon_theme_name);
|
||||
zfree(rc.workspace_config.prefix);
|
||||
zfree(rc.tablet.output_name);
|
||||
|
||||
struct title_button *p, *p_tmp;
|
||||
wl_list_for_each_safe(p, p_tmp, &rc.title_buttons_left, link) {
|
||||
|
|
@ -1960,8 +1961,6 @@ rcxml_finish(void)
|
|||
zfree(touch_config);
|
||||
}
|
||||
|
||||
zfree(rc.tablet.output_name);
|
||||
|
||||
struct libinput_category *l, *l_tmp;
|
||||
wl_list_for_each_safe(l, l_tmp, &rc.libinput_categories, link) {
|
||||
wl_list_remove(&l->link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue