Fix two leaks seen when using TLS connections
authorDan Winship <danw@gnome.org>
Mon, 4 Apr 2011 15:10:50 +0000 (11:10 -0400)
committerDan Winship <danw@gnome.org>
Thu, 7 Apr 2011 12:32:06 +0000 (08:32 -0400)
commit784619bc3aeb0e4f4d0dcf1c6feb934eaa586841
tree5c5d46c94583e80ff157a0bdc436b5510ebda739
parent9fdc8d976a06d892e3718b417759aacf83167616
Fix two leaks seen when using TLS connections

g_tls_certificate_list_new_from_file() was leaking the file contents,
and GSource was leaking the GSourcePrivate structure that got
created when using child sources.
gio/gtlscertificate.c
glib/gmain.c