Skip to content

Commit f66ad0d

Browse files
probonopdCopilot
andauthored
Update src/runtime/runtime.c
Co-authored-by: Copilot <[email protected]>
1 parent 876881d commit f66ad0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/runtime.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,6 @@ int main(int argc, char* argv[]) {
18561856
if (apprun_pid == 0) {
18571857
/* Child process - close keepalive pipe before exec */
18581858
close(keepalive_pipe[0]);
1859-
close(keepalive_pipe[1]);
18601859

18611860
/* exec AppRun */
18621861
execv(filename, real_argv);

0 commit comments

Comments
 (0)