mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 04:54:14 +01: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 New Issue
Block a user