[vlc-devel] Memory leak help
Richard Hosking
richard at hovis.net
Mon Nov 26 17:39:20 CET 2007
Yes doing that fixes the leak for udp, but block_Realloc
is used elsewhere in vlc so I was hoping to find the issue
with it.
Rémi Denis-Courmont wrote:
> Le Monday 26 November 2007 17:20:02 Richard Hosking, vous avez écrit :
>> I am trying to investigate a memory leak I am seeing when using udp
>> on Linux with the latest trunk.
>>
>> vlc udp://@236.1.1.7:11117 --sout
>> '#standard{access=udp,mux=ts,dst=224.0.1.66:11666}'
>>
>> So far I have traced this down to the block_Realloc call in
>> modules/access/udp.c.
>
> What happens if you simply remove the block_Realloc()? It is an optimization
> to reduce memory consumption there, so it should still work.
>
More information about the vlc-devel
mailing list