mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
glib-compile-schemas: fix small leak
This commit is contained in:
parent
6d4ade4cf0
commit
101bfec676
@ -903,7 +903,7 @@ start_element (GMarkupParseContext *context,
|
||||
const gchar *id, *path, *gettext_domain;
|
||||
if (COLLECT (STRING, "id", &id,
|
||||
OPTIONAL | STRING, "path", &path,
|
||||
OPTIONAL | STRDUP, "gettext-domain", &gettext_domain))
|
||||
OPTIONAL | STRING, "gettext-domain", &gettext_domain))
|
||||
parse_state_start_schema (state, id, path, gettext_domain, error);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user