Skip to content

Commit 65418f3

Browse files
committed
fixup typo
1 parent c125750 commit 65418f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lsan.supp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ leak:^PyThread_allocate_lock$
4343
# the PyMalloc mechanism is incompatible with Valgrind, it must be disabled or reported "leaks" must be suppressed
4444
# https://pythonextensionpatterns.readthedocs.io/en/latest/debugging/debug_python.html#debug-version-of-python-memory-alloc-label
4545
leak:^PyMem_Malloc$
46-
leal:^PyMem_Calloc$
46+
leak:^PyMem_Calloc$
4747
leak:^_PyObject_GC_Resize$
4848
# Python uses these alloc functions if you define PYTHONDEVMODE=1
4949
leak:^_PyMem_DebugRawAlloc$

0 commit comments

Comments
 (0)