Clobber a dangling fprintf
This commit is contained in:
@@ -84,7 +84,6 @@ struct bitset_mapping* build_allocation_map(int fd, uint64_t size, int resolutio
|
|||||||
return allocation_map;
|
return allocation_map;
|
||||||
|
|
||||||
no_map:
|
no_map:
|
||||||
fprintf(stderr, "Freeing");
|
|
||||||
free( allocation_map );
|
free( allocation_map );
|
||||||
if ( NULL != fiemap ) { free( fiemap ); }
|
if ( NULL != fiemap ) { free( fiemap ); }
|
||||||
if ( NULL != fiemap_count ) { free( fiemap_count ); }
|
if ( NULL != fiemap_count ) { free( fiemap_count ); }
|
||||||
|
Reference in New Issue
Block a user