Memory leak

This commit is contained in:
Drew DeVault 2016-12-01 20:39:35 -05:00
parent 2675293200
commit 1a8a42f372
1 changed files with 1 additions and 0 deletions

View File

@ -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.",