aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qfile.c')
-rw-r--r--qfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/qfile.c b/qfile.c
index 3036be0f..d104848e 100644
--- a/qfile.c
+++ b/qfile.c
@@ -143,6 +143,7 @@ static int qfile_check_plibreg(void *priv)
if (line)
free(line);
+ fclose(fp_plibreg);
return found;
}