common/check.mak: use GST_PLUGIN settings for valgrind tests as well, so we're valgri...
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 18 Sep 2005 21:40:58 +0000 (21:40 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 18 Sep 2005 21:40:58 +0000 (21:40 +0000)
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

ChangeLog
common
gst/gst.c

index 74ff137093ea5c981c0a1aa59ea5fed2d7089901..fa8173ba683770ffe5929361c52764421474759d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
diff --git a/common b/common
index 97c0921b09a10967c0777aee7fb73dfa3c1d4542..eac450a673cd1d3a606fe75399d0cd1fcb1d0d7b 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 97c0921b09a10967c0777aee7fb73dfa3c1d4542
+Subproject commit eac450a673cd1d3a606fe75399d0cd1fcb1d0d7b
index 4ff0b696e044cdcb389a6a5c024f8995ea4f5673..76ddfdfe49ff7a7c08a3855369cd49aa776e3044 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -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");