]> granicus.if.org Git - python/commit
Fix the memory leak introduced in r58455. The buffer reference
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 14 Oct 2007 02:54:41 +0000 (02:54 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 14 Oct 2007 02:54:41 +0000 (02:54 +0000)
commit4167ebcfee0449a89c359b8d68530bae92620f45
treede69a37cda70ac1754a274b783bf335ca5fc9eed
parent70a237179f1213b0c180898b6e1f0b6c4e9cd11c
Fix the memory leak introduced in r58455. The buffer reference
returned by 'et' need to be freed after usage.
Modules/posixmodule.c