gh-121390: tracemalloc: Fix tracebacks memory leak (#121391)
The tracemalloc_tracebacks hash table has traceback keys and NULL values, but its destructors do not reflect this -- key_destroy_func is NULL while value_destroy_func is raw_free. Swap these to free the traceback keys instead.
J
Josh Brobst committed
db39bc42f90c151b298f97b780e62703adbf1221
Parent: cb688ba
Committed by GitHub <noreply@github.com>
on 7/5/2024, 6:39:48 AM