From 768b30c4eb639f845f73bb77621718882ce6890d Mon Sep 17 00:00:00 2001 From: Alex Young Date: Sat, 14 Jul 2012 12:11:25 +0100 Subject: [PATCH] Clobber a dangling fprintf --- src/ioutil.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ioutil.c b/src/ioutil.c index 336bbba..bae5f54 100644 --- a/src/ioutil.c +++ b/src/ioutil.c @@ -84,7 +84,6 @@ struct bitset_mapping* build_allocation_map(int fd, uint64_t size, int resolutio return allocation_map; no_map: - fprintf(stderr, "Freeing"); free( allocation_map ); if ( NULL != fiemap ) { free( fiemap ); } if ( NULL != fiemap_count ) { free( fiemap_count ); }