Re: [PATCH] chunkd: fix duplicate stc_object allocation in stc_parse_key()
Jeff Garzik <[email protected]>
| Newsgroups | org.kernel.vger.hail-devel |
|---|---|
| Message-ID | <[email protected]> |
On 03/16/2010 05:59 AM, Akinobu Mita wrote: > At the beginning of stc_parse_key(), st_object is allocated twice for > the same variable. > > Signed-off-by: Akinobu Mita<[email protected]> > --- > lib/chunkdc.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) good catch, applied