1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 20:10:29 +01:00

Coverity: fix session resource leak

This commit is contained in:
David Maciejak
2023-03-01 06:42:29 +08:00
committed by Carlos R. Mafra
parent b4bd6d0cad
commit 6c7266c338

View File

@@ -371,6 +371,7 @@ static pid_t execCommand(WScreen *scr, char *command)
wtokensplit(command, &argv, &argc);
if (!argc) {
wfree(argv);
return 0;
}