Plug some leaks in the GIO tests

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=666115
Reviewed-by: Matthias Clasen <mclasen@redhat.com>
This commit is contained in:
Simon McVittie
2011-12-13 18:18:07 +00:00
parent f6b2847e57
commit 995a2eb50b
5 changed files with 14 additions and 0 deletions

View File

@@ -308,6 +308,7 @@ main (int argc,
g_free (ref.cert_pems[1]);
g_free (ref.cert_pems[2]);
g_free (ref.key_pem);
g_free (ref.key8_pem);
return rtv;
}