mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 12:36:22 +00:00
The function did not decref the Python object on type error paths, resulting in a reference count leak. This caused memory to accumulate over time. Added Py_XDECREF on all early return paths to properly free the Python object reference and prevent leaks.