- sparse mode bugfix: initialize parent_image with NULL
This commit is contained in:
parent
9f1f4781b3
commit
f18f875c7f
@ -382,6 +382,7 @@ sparse_image_t::sparse_image_t ()
|
||||
mmap_header = NULL;
|
||||
#endif
|
||||
pagetable = NULL;
|
||||
parent_image = NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user