adapter: Fix GIOChannel leak
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>
Mon, 21 May 2012 17:59:41 +0000 (14:59 -0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 25 May 2012 12:53:26 +0000 (14:53 +0200)
commit306d698ef3e5bb6872ac6b1b0ce1bc9cc4e333f3
treef7f08f8615c13054d8b76258853e2722fb9aaf62
parentce3665cfd7875b19dab3a8c96de565413ba8ec1a
adapter: Fix GIOChannel leak

As we are not using channel anymore we may drop this reference, and
let GLib clean it up, closing the file descriptor.
src/adapter.c