3 more fd leaks
This commit is contained in:
parent
c092b4fc16
commit
c15a0b796e
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ xmppPush cid gitpush = do
|
|||
liftIO $ do
|
||||
mapM_ killThread [t1, t2]
|
||||
mapM_ hClose [inh, outh, controlh]
|
||||
closeFd writecontrol
|
||||
mapM_ closeFd [Fd inf, Fd outf, Fd controlf]
|
||||
|
||||
return r
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue