summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/testattributes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testattributes.c b/tests/testattributes.c
index 9964f3d0..eaca6663 100644
--- a/tests/testattributes.c
+++ b/tests/testattributes.c
@@ -100,7 +100,7 @@ assert_attributes (GSList *attrs,
s = g_string_new ("");
print_attributes (attrs, s);
g_assert_cmpstr (s->str, ==, expected);
- g_string_free (s, FALSE);
+ g_string_free (s, TRUE);
}
static void