fix xbacklight.c

This commit is contained in:
2022-07-17 10:18:36 +02:00
parent c621ac4cf1
commit 7a3e98620b
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ int main (int argc, char** argv)
args[argc] = NULL;
execv("/opt/xbacklight", args);
free(args);
return 0;
}