summaryrefslogtreecommitdiffstats
path: root/common/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.c')
-rw-r--r--common/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.c b/common/util.c
index d6369853..38ac9367 100644
--- a/common/util.c
+++ b/common/util.c
@@ -96,6 +96,7 @@ pid_t get_parent_pid(pid_t child) {
96 parent = strtol(token, NULL, 10); 96 parent = strtol(token, NULL, 10);
97 } 97 }
98 98
99 free(buffer);
99 fclose(stat); 100 fclose(stat);
100 } 101 }
101 102