Enable the stats configuration option by default.

This commit is contained in:
Jason Evans
2012-02-28 20:41:16 -08:00
parent c90ad71237
commit d073a32109
3 changed files with 4 additions and 7 deletions

View File

@@ -882,8 +882,6 @@ OOM:
}
errno = ENOMEM;
}
RETURN:
if (config_prof && opt_prof && ret != NULL)
prof_malloc(ret, usize, cnt);
if (config_stats && ret != NULL) {