Skip to content

Commit

Permalink
close file
Browse files Browse the repository at this point in the history
  • Loading branch information
vaishalikumanan committed Aug 6, 2021
1 parent ed9511a commit cde0982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ static bool spawn_process(struct pss_tty *pss, uint16_t columns, uint16_t rows)
}

argv[n++] = filePath;
close(fd);
}

argv[n] = NULL;
Expand Down

0 comments on commit cde0982

Please sign in to comment.