mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
13 lines
278 B
Text
13 lines
278 B
Text
|
# A suppression for an old bug in libtheora (fixed in more recent versions,
|
||
|
# but some of our buildslaves still have this)
|
||
|
{
|
||
|
<Leaky libtheora>
|
||
|
Memcheck:Leak
|
||
|
fun:realloc
|
||
|
fun:oggpackB_write
|
||
|
fun:EncodeData
|
||
|
obj:/usr/lib/libtheora.so*
|
||
|
fun:theora_encode_YUVin
|
||
|
}
|
||
|
|