Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fc06e7

Browse files
committed
Plugged a leak. (The same as the one plugged in compile.c -- forgot
to free lnotab).
1 parent 5ec8e4b commit 6fc06e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python/marshal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ r_object(p)
561561
Py_XDECREF(varnames);
562562
Py_XDECREF(filename);
563563
Py_XDECREF(name);
564+
Py_XDECREF(lnotab);
564565

565566
}
566567
return v;

0 commit comments

Comments
 (0)