mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Memory leak
This commit is contained in:
parent
2675293200
commit
1a8a42f372
|
@ -15,6 +15,7 @@ enum secure_feature get_feature_policy(pid_t pid) {
|
|||
FEATURE_FULLSCREEN | FEATURE_KEYBOARD | FEATURE_MOUSE;
|
||||
|
||||
ssize_t len = readlink(path, link, sizeof(link));
|
||||
free(path);
|
||||
if (len < 0) {
|
||||
sway_log(L_INFO,
|
||||
"WARNING: unable to read %s for security check. Using default policy.",
|
||||
|
|
Loading…
Reference in a new issue