Skip to content
Snippets Groups Projects
Daniel Gröber's avatar
Daniel Gröber (dxld) authored
If we're doing heap profiling on an unprofiled executable we keep
allocating new space in initEra via nextEra on each profiler run but we
don't have a corresponding freeEra call.

We do free the last era in endHeapProfiling but previous eras will have
been overwritten by initEra and will never get free()ed.

Metric Decrease:
    space_leak_001
f38e8d61
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..