all repos — openbox @ 0a855f3e49426e29f0dd885bb1d4f5282ac6421a

openbox fork - make it a bit more like ryudo

close the channel by unref'ing it
Dana Jansens danakj@orodu.net
commit

0a855f3e49426e29f0dd885bb1d4f5282ac6421a

parent

60cbb9ee92058b7d52bf2a4542c64c7858b00cdd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/themerc.copenbox/themerc.c

@@ -137,7 +137,7 @@

if (chan != NULL) { parse(path, g_io_channel_unix_get_fd(chan)); g_free(path); - g_io_channel_close(chan); + g_io_channel_unref(chan); /* close the channel */ } /* non-NULL defaults */