]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #102868 from cgw: fix memory leak when an EOF is encountered
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 19 Dec 2000 20:59:04 +0000 (20:59 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 19 Dec 2000 20:59:04 +0000 (20:59 +0000)
commit932af110d36932d940eaa01d1a3759f0347a59fd
tree4bff6ba41fac5b54fc1ebf63b728f10a164ecce6
parent7292e921fc9b0128a2224eb4cd45c2649211c9cf
Patch #102868 from cgw: fix memory leak when an EOF is encountered
    using GNU libc's getline()
Objects/fileobject.c