]> granicus.if.org Git - python/commit
Fix some more memory leaks.
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 16 Nov 2005 05:12:59 +0000 (05:12 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 16 Nov 2005 05:12:59 +0000 (05:12 +0000)
commitdee2fd54481b311ad831ac455a9192bdc0f147e3
tree7351e79039323547394845649cc679086129ccd8
parentef78529e8620dd6f16f5072cd1e9290541188bec
Fix some more memory leaks.
Call error_ret() in decode_str().  It was called in some other places,
but seemed inconsistent.  It is safe to call PyTokenizer_Free() after
calling error_ret().
Parser/tokenizer.c