We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2e0e6 commit 443aa98Copy full SHA for 443aa98
glib_compat/glib_compat.c
@@ -716,7 +716,6 @@ static void g_hash_table_resize (GHashTable *hash_table)
716
g_hash_table_set_shift_from_size (hash_table, hash_table->nnodes * 2);
717
718
new_nodes = g_new0 (GHashNode, hash_table->size);
719
- memset(new_nodes, 0, hash_table->size * sizeof(GHashNode));
720
721
for (i = 0; i < old_size; i++)
722
{
0 commit comments