]> granicus.if.org Git - python/commit
Fix a lot of memory and ref leaks in error paths.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 13 Nov 2005 18:50:34 +0000 (18:50 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 13 Nov 2005 18:50:34 +0000 (18:50 +0000)
commitb6fc9df8fc34271a881ab954b843872834f5f112
tree6361c1262125e2fec2a92dd4836a8d4f5e40747c
parent6576bd844fb49b37ebbfc6d7567bcd495ddbdbae
Fix a lot of memory and ref leaks in error paths.
(Call symtable_exit_block or compiler_exit_scope as appropriate)

Use PyMem_Free on c_future since it was allocated with PyMem_Malloc
Python/compile.c
Python/symtable.c