]> granicus.if.org Git - python/commit
Plugged a leak. (The same as the one plugged in compile.c -- forgot
authorGuido van Rossum <guido@python.org>
Sat, 26 Jul 1997 23:30:18 +0000 (23:30 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 26 Jul 1997 23:30:18 +0000 (23:30 +0000)
commit6fc06e770fc8a4338a331e05f4ea85e01fc039fa
tree31ead399fddeffef5eeb3d84a4ae6dcda1f99405
parent5ec8e4b5ff202564ba7d3592e14de2181e7c4c0d
Plugged a leak.  (The same as the one plugged in compile.c -- forgot
to free lnotab).
Python/marshal.c