tFree GIOChannel when we're done - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 41d93cb65819ecc7ffd1208def26a8b8a0590b90
 (DIR) parent 630dd6f4c0a977f3f8a218ba223382addc0035ce
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Sun, 15 Nov 2020 23:09:41 -0800
       
       Free GIOChannel when we're done
       
       Diffstat:
         M src/network.c                       |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/network.c b/src/network.c
       t@@ -1308,6 +1308,7 @@ static void remsock(SockData *f)
          if (f->ev) {
            dp_g_source_remove(f->ev);
          }
       +  g_io_channel_unref(f->ch);
          g_free(f);
        }