forked from AuroraMiddleware/gtk
tests: Use g_free(), not free()
Windows doesn't like that.
This commit is contained in:
parent
ca2bffc060
commit
5273634f47
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user