- sparse mode bugfix: initialize parent_image with NULL

This commit is contained in:
Volker Ruppert 2011-09-07 21:34:15 +00:00
parent 9f1f4781b3
commit f18f875c7f

View File

@ -382,6 +382,7 @@ sparse_image_t::sparse_image_t ()
mmap_header = NULL;
#endif
pagetable = NULL;
parent_image = NULL;
}
/*