mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
common/check.mak: use GST_PLUGIN settings for valgrind tests as well, so we're valgrinding the correct thing
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
This commit is contained in:
parent
87ec30aa38
commit
3919d13394
3 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
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):
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 97c0921b09a10967c0777aee7fb73dfa3c1d4542
|
||||
Subproject commit eac450a673cd1d3a606fe75399d0cd1fcb1d0d7b
|
|
@ -719,6 +719,7 @@ init_post (void)
|
|||
for (i = 0; list[i]; i++) {
|
||||
gst_registry_scan_path (default_registry, list[i]);
|
||||
}
|
||||
g_strfreev (list);
|
||||
}
|
||||
|
||||
plugin_path = g_getenv ("GST_PLUGIN_PATH");
|
||||
|
|
Loading…
Reference in a new issue