| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
On shutdown some global variables are cleaned up. In our case it is the `allocatedMemory` global variable. Check if the heap tracking is still possible by logging the bool variable `heapTrackingAlive` to `false` on destructor. Then we can ignore heap tracking as the `allocatedMemory` map is already freed. Co-authored-by: https://github.com/sofar
|
@sofar I applied your patch. Could you verify my commit message if I understood it correctly? |
Sorry, something went wrong.
|
Yeah, that looks fine. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
On shutdown some global variables are cleaned up. In our case it is the allocatedMemory global variable.
Check if the heap tracking is still possible by logging the bool variable heapTrackingAlive to false on destructor. Then we can ignore heap tracking as the allocatedMemory map is already freed.
Patch provided by @sofar in #190 (comment)
Co-authored-by: https://github.com/sofar
Fixes: #190