]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
SFTP: fix most significant memory leak described in #1045 (due to a file being added...
authordavid-sarah <david-sarah@jacaranda.org>
Wed, 9 Jun 2010 08:00:03 +0000 (01:00 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Wed, 9 Jun 2010 08:00:03 +0000 (01:00 -0700)
commit3c44389440097dff3da6d0aecefb771a49ed7b71
tree109dcb4b9affbd849478af1ffaaa70114f9cfacc
parent5786874d38edc6534b1c729118aa270c6fbf1f3e
SFTP: fix most significant memory leak described in #1045 (due to a file being added to all_heisenfiles under more than one direntry when renamed).
src/allmydata/frontends/sftpd.py
src/allmydata/test/test_sftp.py