diff options
Diffstat (limited to 'runtime/librsgt.c')
-rw-r--r-- | runtime/librsgt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/librsgt.c b/runtime/librsgt.c index a812456..f824749 100644 --- a/runtime/librsgt.c +++ b/runtime/librsgt.c @@ -406,6 +406,7 @@ readStateFile(gtfile gf) free(gf->blkStrtHash); goto err; } + close(fd); return; err: |