summaryrefslogtreecommitdiff
path: root/egg/test-dn.c
diff options
context:
space:
mode:
Diffstat (limited to 'egg/test-dn.c')
-rw-r--r--egg/test-dn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/egg/test-dn.c b/egg/test-dn.c
index f209068..4144a70 100644
--- a/egg/test-dn.c
+++ b/egg/test-dn.c
@@ -98,6 +98,7 @@ test_dn_value (Test* test, gconstpointer unused)
text = egg_dn_print_value (oid, asn);
g_assert_cmpstr (text, ==, "Thawte Personal Premium CA");
g_free (text);
+ g_bytes_unref (bytes);
/* Unknown oid */
oid = g_quark_from_static_string ("1.1.1.1.1.1");