]> git.armaanb.net Git - chorizo.git/commitdiff
Close the adblock file handle
authorPeter Hofmann <scm@uninformativ.de>
Thu, 19 Jun 2014 05:34:46 +0000 (07:34 +0200)
committerPeter Hofmann <scm@uninformativ.de>
Thu, 19 Jun 2014 05:34:46 +0000 (07:34 +0200)
browser.c

index 96df09a0db8caef055788637cc41f75d53428369..fc6fc39d5dc74fef32089ed18b79e278089fc36b 100644 (file)
--- a/browser.c
+++ b/browser.c
@@ -146,6 +146,7 @@ adblock_load(void)
                        g_free(buf);
                }
        }
+       g_io_channel_shutdown(channel, FALSE, NULL);
        g_free(path);
 }