aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/common.c b/src/lib/common.c
index ea0ab781a..2f2340963 100644
--- a/src/lib/common.c
+++ b/src/lib/common.c
@@ -278,6 +278,7 @@ int pid_hidepid(void) {
278 } 278 }
279 } 279 }
280 280
281 fclose(fp);
281 return 0; 282 return 0;
282} 283}
283 284