mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
gh-109216: Fix possible memory leak in BUILD_MAP
(#109257)
This commit is contained in:
parent
1110c5bc82
commit
247ee1bf84
4 changed files with 1 additions and 9 deletions
|
@ -1600,9 +1600,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