mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
Fix error path in prof_dump().
Remove a duplicate prof_leave() call in an error path through prof_dump().
This commit is contained in:
@@ -934,7 +934,6 @@ prof_dump(const char *filename, bool leakcheck, bool propagate_err)
|
||||
if (opt_abort)
|
||||
abort();
|
||||
}
|
||||
prof_leave();
|
||||
goto ERROR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user