check.mak: for some weird reason valgrind does not report actual memleaks if GST_PLUG...
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 20 Aug 2005 18:03:03 +0000 (18:03 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 20 Aug 2005 18:03:03 +0000 (18:03 +0000)
commit4cc6f465857331531a09aff0a23dc0b133e7f669
treefca38561c3588881db32c052904bd84c9a66966e
parentb7d5fb659c1720aecd039effd1d87813e4b8fd92
check.mak: for some weird reason valgrind does not report actual memleaks if GST_PLUGIN_PATH is set to anything but t...

Original commit message from CVS:

* check.mak:
for some weird reason valgrind does not report actual memleaks
if GST_PLUGIN_PATH is set to anything but the core gstreamer dir           while valgrind is running.  Since the registry is going to go
anyway, I don't want to waste any more time on this; I just run
valgrind without GST_PLUGIN_PATH set.  Since the registry loading
doesn't check if GST_PLUGIN_PATH got changed as a reason to rebuild
the registry, that's actually fine.
ChangeLog
check.mak