Commit bfe9679
committed
cfg/gtk.cfg: Remove incorrect GIOChannel destructors
`shutdown` and `close` methods do not actually unref the channel:
The channel will not be freed until the last reference is dropped using g_io_channel_unref().
https://docs.gtk.org/glib/method.IOChannel.close.html
https://docs.gtk.org/glib/method.IOChannel.shutdown.html1 parent a5ec929 commit bfe9679
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
634 | | - | |
635 | | - | |
636 | 634 | | |
637 | 635 | | |
638 | 636 | | |
| |||
0 commit comments