Remove close in finalize, we do it in dispose
authorAlexander Larsson <alexl@redhat.com>
Tue, 12 May 2009 17:53:24 +0000 (19:53 +0200)
committerAlexander Larsson <alexl@redhat.com>
Wed, 13 May 2009 11:18:28 +0000 (13:18 +0200)
commit1ecfae6a71b10cda9b3fa1e8f38bb22db01fb0af
tree4a8201b85ee4dcce394b097516b63912b5bf058a
parent2bbb85633f30da2a7b79b518ca7821cde475cb3a
Remove close in finalize, we do it in dispose

This is not needed, and in fact it may be a bad idea to call
it from finalize anyway since the object isn't fully alive then.
gio/ginputstream.c