plug a small leak in test-utils
authorDan Winship <danw@gnome.org>
Sun, 16 May 2010 09:15:16 +0000 (05:15 -0400)
committerDan Winship <danw@gnome.org>
Sun, 16 May 2010 12:27:54 +0000 (08:27 -0400)
tests/test-utils.c

index 9a13a53..ee3e1c0 100644 (file)
@@ -291,6 +291,7 @@ test_server_new (gboolean in_own_thread, gboolean ssl)
                                       SOUP_SERVER_SSL_CERT_FILE, ssl_cert_file,
                                       SOUP_SERVER_SSL_KEY_FILE, ssl_key_file,
                                       NULL);
+       g_object_unref (addr);
        if (async_context)
                g_main_context_unref (async_context);