search for: l454

Displaying 1 result from an estimated 1 matches for "l454".

Did you mean: 454
2014 Nov 13
0
Re: [nbdkit] leak? (#1)
On Thu, May 29, 2014 at 10:39:49AM -0700, knokknok wrote: > Not clear to me if the following malloc is freed within lzma or if this is a leak... > https://github.com/libguestfs/nbdkit/blob/master/plugins/xz/xzfile.c#L454 Sorry for the late reply - we don't use github for problem tracking so no one was looking at this. In this function (xzfile_read_block) the 'data' pointer is returned to the caller, who must free it. The calling code is a bit complicated because it puts the 'data' pointer int...