tests: Use g_free(), not free()

Windows doesn't like that.
This commit is contained in:
Benjamin Otte 2019-05-21 07:20:45 +02:00
parent ca2bffc060
commit 5273634f47
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ deserialize_error_func (const GtkCssSection *section,
g_warning ("Error at %s: %s", section_str, error->message);
free (section_str);
g_free (section_str);
}

View File

@ -117,7 +117,7 @@ deserialize_error_func (const GtkCssSection *section,
g_warning ("Error at %s: %s", section_str, error->message);
free (section_str);
g_free (section_str);
}
int