Samuel Thibault 4 anni fa
parent
commit
289df4831f
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      tools/starpu_fxt_stats.c

+ 4 - 0
tools/starpu_fxt_stats.c

@@ -184,6 +184,10 @@ int main(int argc, char **argv)
 		}
 	}
 
+#ifdef HAVE_FXT_BLOCKEV_LEAVE
+	fxt_blockev_leave(block);
+#endif
+
 #ifdef HAVE_FXT_CLOSE
 	fxt_close(fut);
 #else