Skip to content

Commit

Permalink
Remove fclose
Browse files Browse the repository at this point in the history
  • Loading branch information
barton2526 committed Aug 4, 2021
1 parent 9329c52 commit 2349afe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ void CreatePidFile(const fs::path &path, pid_t pid)
if (file)
{
tfm::format(file, "%d\n", pid);
fclose(file);
}
}
#endif
Expand Down

0 comments on commit 2349afe

Please sign in to comment.