mirror of
https://github.com/python/cpython.git
synced 2025-08-25 03:04:55 +00:00
[3.12] gh-109216: Fix possible memory leak in BUILD_MAP
(#109324)
This commit is contained in:
parent
744f752f04
commit
b6755d81d4
3 changed files with 251 additions and 255 deletions
|
@ -1543,9 +1543,6 @@ dummy_func(
|
|||
values, 2,
|
||||
values+1, 2,
|
||||
oparg);
|
||||
if (map == NULL)
|
||||
goto error;
|
||||
|
||||
DECREF_INPUTS();
|
||||
ERROR_IF(map == NULL, error);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue