Stuff
public text v1 · immutablediff --git a/libseed/seed-engine.c b/libseed/seed-engine.c
index ce14d62..2098e55 100644
--- a/libseed/seed-engine.c
+++ b/libseed/seed-engine.c
@@ -1729,6 +1729,7 @@ SeedEngine *
seed_init_with_context_group (gint * argc,
gchar *** argv, JSContextGroupRef group)
{
+ pthread_key_create(&seed_next_gobject_wrapper_key, NULL);
return seed_init_with_context_and_group (argc, argv, JSGlobalContextCreateInGroup (group, NULL), group);
}