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
|
liftIO $ do
|
||||||
mapM_ killThread [t1, t2]
|
mapM_ killThread [t1, t2]
|
||||||
mapM_ hClose [inh, outh, controlh]
|
mapM_ hClose [inh, outh, controlh]
|
||||||
closeFd writecontrol
|
mapM_ closeFd [Fd inf, Fd outf, Fd controlf]
|
||||||
|
|
||||||
return r
|
return r
|
||||||
where
|
where
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue