Coverity: fix session resource leak

This commit is contained in:
David Maciejak
2023-03-02 17:04:48 +00:00
committed by Carlos R. Mafra
parent b4bd6d0cad
commit 6c7266c338
+1
View File
@@ -371,6 +371,7 @@ static pid_t execCommand(WScreen *scr, char *command)
wtokensplit(command, &argv, &argc);
if (!argc) {
wfree(argv);
return 0;
}