mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-19 17:01:15 +03: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:
parent
fd88bd577e
commit
7cb5b5ea21
1 changed files with 0 additions and 1 deletions
|
|
@ -934,7 +934,6 @@ prof_dump(const char *filename, bool leakcheck, bool propagate_err)
|
|||
if (opt_abort)
|
||||
abort();
|
||||
}
|
||||
prof_leave();
|
||||
goto ERROR;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue