Skip to content

Commit e658b0d

Browse files
committed
fixup leak:^_PyMem_RawRealloc$
1 parent 264ded9 commit e658b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lsan.supp

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ leak:^PyThread_allocate_lock$
5454
leak:^PyMem_Malloc$
5555
leak:^PyMem_Calloc$
5656
leak:^PyMem_Realloc$
57+
leak:^_PyMem_RawRealloc$
5758
leak:^_PyObject_GC_Resize$
5859
# Python uses these alloc functions if you define PYTHONDEVMODE=1
5960
leak:^_PyMem_DebugRawAlloc$

0 commit comments

Comments
 (0)