diff --git a/gdump.c b/gdump.c index 519672aa7..b4a3e8eb9 100644 --- a/gdump.c +++ b/gdump.c @@ -154,7 +154,27 @@ dump_object_type (GType type, const char *symbol, GOutputStream *out) escaped_printf (out, " str); + + g_string_free (parent_str, TRUE); + } if (G_TYPE_IS_ABSTRACT (type)) escaped_printf (out, " abstract=\"1\"");