mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
testsuite/gstpython.supp: Added suppresion for leaks of bug #344761.
Original commit message from CVS: * testsuite/gstpython.supp: Added suppresion for leaks of bug #344761.
This commit is contained in:
parent
15c83c45a0
commit
dd235df297
2 changed files with 24 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-06-13 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* testsuite/gstpython.supp:
|
||||||
|
Added suppresion for leaks of bug #344761.
|
||||||
|
|
||||||
2006-06-13 Edward Hervey <edward@fluendo.com>
|
2006-06-13 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* .cvsignore:
|
* .cvsignore:
|
||||||
|
|
|
@ -206,3 +206,22 @@
|
||||||
fun:symtable_*
|
fun:symtable_*
|
||||||
fun:jcompile
|
fun:jcompile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#FIXME : This leak is is core. See bug #344761
|
||||||
|
{
|
||||||
|
leak in init_gst, when creating the argv to give to gst_init_check()
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:*
|
||||||
|
fun:g_malloc
|
||||||
|
fun:init_gst
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
The GOption context is leaking in gst_init_check
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:*
|
||||||
|
fun:g_malloc0
|
||||||
|
fun:g_option_context_new
|
||||||
|
fun:gst_init_check
|
||||||
|
fun:init_gst
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue