mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Merge branch 'cxx-leak' into 'main'
tests: Fix a minor leak in the cxx string append tests See merge request GNOME/glib!3247
This commit is contained in:
commit
fe2de360de
@ -470,6 +470,7 @@ test_string_append (void)
|
||||
g_assert_cmpstr (string->str, ==, "firsthalflasthalfmoreore");
|
||||
|
||||
g_string_free (string, TRUE);
|
||||
g_free (tmp);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user