XMPP: Fix a file descriptor leak.
This commit is contained in:
parent
18b92f97fe
commit
c092b4fc16
2 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,7 @@ xmppPush cid gitpush = do
|
||||||
liftIO $ do
|
liftIO $ do
|
||||||
mapM_ killThread [t1, t2]
|
mapM_ killThread [t1, t2]
|
||||||
mapM_ hClose [inh, outh, controlh]
|
mapM_ hClose [inh, outh, controlh]
|
||||||
|
closeFd writecontrol
|
||||||
|
|
||||||
return r
|
return r
|
||||||
where
|
where
|
||||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -18,6 +18,7 @@ git-annex (4.20130522) UNRELEASED; urgency=low
|
||||||
* content: New command line way to view and configure a repository's
|
* content: New command line way to view and configure a repository's
|
||||||
preferred content settings.
|
preferred content settings.
|
||||||
* sync: Fix double merge conflict resolution handling.
|
* sync: Fix double merge conflict resolution handling.
|
||||||
|
* XMPP: Fix a file descriptor leak.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Tue, 21 May 2013 18:22:46 -0400
|
-- Joey Hess <joeyh@debian.org> Tue, 21 May 2013 18:22:46 -0400
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue