Original commit message from CVS:
* gst/gst.c: (init_post):
Free string.
+2006-06-13 Edward Hervey <edward@fluendo.com>
+
+ * gst/gst.c: (init_post):
+ Free string.
+
2006-06-13 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/glib-compat-private.h:
pid = fork ();
if (pid == -1) {
GST_ERROR ("Failed to fork()");
+ g_free (registry_file);
return FALSE;
}
_gst_registry_remove_cache_plugins (default_registry);
#ifdef HAVE_FORK
+ g_free (registry_file);
/* need to use _exit, so that any exit handlers registered don't
* bring down the main program */
_exit (0);