Commit c794b64
bpo-30704, bpo-30604: Fix memleak in code_dealloc() (python#2455) (python#2456)
Free also co_extra->ce_extras, not only co_extra.
(cherry picked from commit 23e7944)
(cherry picked from commit 26daad4)1 parent b6012f9 commit c794b64
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
| 426 | + | |
426 | 427 | | |
427 | 428 | | |
428 | 429 | | |
| |||
0 commit comments