Comment 3 for bug 1190344

Revision history for this message
rumen (rumen) wrote : Re: lightdm is leaking FDs -fix

You are right! Thank you!
Here is (hopefully) fixed version of the patch.
I believe it is legal to close FD before unrefing the channel.
I do not know what g_io_channel_unref() exacty does, but
one thing is for sure it does not close the associated FD.