Skip to content

Commit 34a7589

Browse files
richard-finejoncham
authored andcommitted
Revert free of coverage data, it's in the wrong place
1 parent 65b4be4 commit 34a7589

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mono/mini/mini.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,11 +1908,6 @@ mono_empty_compile (MonoCompile *cfg)
19081908
}
19091909
cfg->headers_to_free = NULL;
19101910

1911-
if (cfg->coverage_info) {
1912-
mono_profiler_coverage_free(cfg->method, cfg->coverage_info);
1913-
cfg->coverage_info = NULL;
1914-
}
1915-
19161911
if (cfg->mempool) {
19171912
//mono_mempool_stats (cfg->mempool);
19181913
mono_mempool_destroy (cfg->mempool);

0 commit comments

Comments
 (0)