Original commit message from CVS:
* common/check.mak:
use GST_PLUGIN settings for valgrind tests as well, so we're
valgrinding the correct thing
* gst/gst.c: (init_post):
plug another leak
+2005-09-18 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * common/check.mak:
+ use GST_PLUGIN settings for valgrind tests as well, so we're
+ valgrinding the correct thing
+ * gst/gst.c: (init_post):
+ plug another leak
+
2005-09-18 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gst.c: (init_post), (gst_deinit):
-Subproject commit 97c0921b09a10967c0777aee7fb73dfa3c1d4542
+Subproject commit eac450a673cd1d3a606fe75399d0cd1fcb1d0d7b
for (i = 0; list[i]; i++) {
gst_registry_scan_path (default_registry, list[i]);
}
+ g_strfreev (list);
}
plugin_path = g_getenv ("GST_PLUGIN_PATH");