You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This is related to #8752. It would be really great to be able to detect double frees in addition to leaks.
I started to do a little of this in #10158, but had to revert it because tests started to fail with lots of these double free errors. This is here to enable the double free checking and see what code is doing it and if there is something we need to fix.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This is related to #8752. It would be really great to be able to detect double frees in addition to leaks.
I started to do a little of this in #10158, but had to revert it because tests started to fail with lots of these double free errors. This is here to enable the double free checking and see what code is doing it and if there is something we need to fix.
The text was updated successfully, but these errors were encountered: