On Friday, August 26, 2011 08:47:22 Michal Simek wrote: > --- a/drivers/net/xilinx_emaclite.c > +++ b/drivers/net/xilinx_emaclite.c > @@ -356,8 +356,10 @@ int xilinx_emaclite_initialize (bd_t *bis, int > base_addr) return -1; > > emaclite = calloc(1, sizeof(struct xemaclite)); > - if (emaclite == NULL) > + if (emaclite == NULL) { > + free(dev); > return -1; > + }
since this bug was introduced by your patch 5/8, please squash it into that rather than sending out a known buggy one -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot