Clobber a dangling fprintf

This commit is contained in:
Alex Young
2012-07-14 12:11:25 +01:00
parent 1ce1003d3d
commit 768b30c4eb

View File

@@ -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 ); }