status: Fix space leak in local mode, introduced in version 4.20130920.

Actually fixed 2 leaks, the tuple leak may have been older.
This commit is contained in:
Joey Hess 2013-10-07 02:48:39 -04:00
parent 5acb47fb7c
commit 1200788859
2 changed files with 11 additions and 9 deletions

1
debian/changelog vendored
View file

@ -10,6 +10,7 @@ git-annex (4.20131003) UNRELEASED; urgency=low
* The control socket path passed to ssh needs to be 17 characters
shorter than the maximum unix domain socket length, because ssh
appends stuff to it to make a temporary filename. Closes: #725512
* status: Fix space leak in local mode, introduced in version 4.20130920.
-- Joey Hess <joeyh@debian.org> Thu, 03 Oct 2013 15:41:24 -0400