Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 205 of file Bitmap.c.
Referenced by ext2_initialize_sb(), Ext2Format(), and read_bitmaps().
{ PEXT2_BLOCK_BITMAP bitmap = Ext2Sys->block_map; if (!bitmap) return; ext2_free_generic_bitmap(bitmap); Ext2Sys->block_map = NULL; }