hotdoc: Let the the registry inspect in forks

So that the whole process doesn't segfault if something bad happens while inspecting
This commit is contained in:
Thibault Saunier 2019-05-15 21:15:35 -04:00 committed by Thibault Saunier
parent 816710d17c
commit 6009b82d65

View file

@ -703,7 +703,6 @@ main (int argc, char *argv[])
textdomain (GETTEXT_PACKAGE);
#endif
g_setenv ("GST_REGISTRY_FORK", "no", TRUE);
gst_init (NULL, NULL);
json = g_string_new ("{");