Merge remote-tracking branch 'gvdb/master' into update-gvdb

This commit is contained in:
Philip Withnall 2019-02-25 12:40:10 +00:00
commit 2b1bcbc99b

View File

@ -462,7 +462,7 @@ gvdb_table_get_names (GvdbTable *table,
{
GPtrArray *fixed_names;
fixed_names = g_ptr_array_sized_new (n_names);
fixed_names = g_ptr_array_sized_new (n_names + 1 /* NULL terminator */);
for (i = 0; i < n_names; i++)
if (names[i] != NULL)
g_ptr_array_add (fixed_names, names[i]);