mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Config: Fix a memory leak
This commit is contained in:
committed by
Julien Cristau
parent
743008a481
commit
389e8917f6
@@ -251,6 +251,8 @@ unwind:
|
||||
xfree(xkb_model);
|
||||
if (xkb_layout)
|
||||
xfree(xkb_layout);
|
||||
if (xkb_variant)
|
||||
xfree(xkb_variant);
|
||||
if (xkb_options)
|
||||
xfree(xkb_options);
|
||||
if (config_info)
|
||||
|
||||
Reference in New Issue
Block a user