bpo-36147: Fix a memory leak in ctypes s_get() (GH-12102)
The s_get() function leaks the result variable on low memory. Partially backport commit 19b52545 to fix it.
Showing
Please register or sign in to comment
The s_get() function leaks the result variable on low memory. Partially backport commit 19b52545 to fix it.