mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
testsuite/gstpython.supp: One more suppression added to bug #344761
Original commit message from CVS: * testsuite/gstpython.supp: One more suppression added to bug #344761
This commit is contained in:
parent
095a66b690
commit
2364764ea2
2 changed files with 20 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-06-13 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* testsuite/gstpython.supp:
|
||||||
|
One more suppression added to bug #344761
|
||||||
|
|
||||||
2006-06-13 Edward Hervey <edward@fluendo.com>
|
2006-06-13 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* .cvsignore:
|
* .cvsignore:
|
||||||
|
|
|
@ -207,7 +207,7 @@
|
||||||
fun:jcompile
|
fun:jcompile
|
||||||
}
|
}
|
||||||
|
|
||||||
#FIXME : This leak is is core. See bug #344761
|
#FIXME : These leaks are in core. See bug #344761
|
||||||
{
|
{
|
||||||
leak in init_gst, when creating the argv to give to gst_init_check()
|
leak in init_gst, when creating the argv to give to gst_init_check()
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
|
@ -225,3 +225,17 @@
|
||||||
fun:gst_init_check
|
fun:gst_init_check
|
||||||
fun:init_gst
|
fun:init_gst
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
The GDir is leaked.
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:*
|
||||||
|
fun:g_malloc
|
||||||
|
fun:g_dir_open
|
||||||
|
fun:gst_registry_scan_path_level
|
||||||
|
fun:gst_registry_scan_path
|
||||||
|
fun:init_post
|
||||||
|
fun:g_option_context_parse
|
||||||
|
fun:gst_init_check
|
||||||
|
fun:init_gst
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue