Skip to content

Commit c59ca06

Browse files
committed
Fix closing parasite fpage fd
1 parent eced518 commit c59ca06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parasite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#define __stringify(x...) __stringify_1(x)
3434

3535
static int finish;
36-
static int fpage;
36+
static int fpage = -1;
3737

3838
#define PAGEMAP_BUF_SIZE (4096/sizeof(uint64_t))
3939
static uint64_t pagemap_buf[PAGEMAP_BUF_SIZE];

0 commit comments

Comments
 (0)