Hi Martin, On 18 June 2010 00:45, Martin Storsjö <[email protected]> wrote: > Hi, > > I noticed that the GET URLContext can be leaked if some of the later > operations fail before assigning the handles to rt->rtsp_hd{,_out}. This > patch should fix the issue. > > Josh, do you think this is ok, or would you rather assign the handles > directly to rt->rtsp_hd without using the local variables? >
Doesn't the jump to fail: clean things up? If I'm missing something here, then it looks OK. Josh > // Martin > _______________________________________________ > FFmpeg-soc mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc > > _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
