mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
fix mem leak (localmap in optimize)
This commit is contained in:
parent
d1b9393ba5
commit
3952cb0725
1 changed files with 1 additions and 0 deletions
|
@ -2593,6 +2593,7 @@ optimize(c)
|
|||
cur_instr[1] = i & 0xff;
|
||||
cur_instr[2] = (i>>8) & 0xff;
|
||||
fast_reserved = 1;
|
||||
DECREF(localmap);
|
||||
continue;
|
||||
}
|
||||
if (!fast_reserved)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue