mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
gsettingsschema: plug leak
This commit is contained in:
parent
d7a83d2f59
commit
78103b2f1f
@ -138,6 +138,8 @@ ensure_schema_lists (void)
|
||||
g_hash_table_insert (single, g_strdup (list[i]), NULL);
|
||||
else
|
||||
g_hash_table_insert (reloc, g_strdup (list[i]), NULL);
|
||||
|
||||
gvdb_table_unref (table);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user