Em Wed, Dec 05, 2007 at 11:19:45AM +0000, Gerrit Renker escreveu: > This fixes a problem in the initial revision of the patch: The loss interval > history was not de-allocated when the initialisation of the packet history > failed. The identification of this problem is also thanks due to Arnaldo. > > The interdiff to the previous revision is: > > --- b/net/dccp/ccids/lib/tfrc_module.c > +++ b/net/dccp/ccids/lib/tfrc_module.c > @@ -26,7 +26,12 @@ > > if (rc == 0) > rc = packet_history_init(); > + if (rc == 0) > + goto out; > > +out_free_loss_intervals: > + dccp_li_exit(); > +out: > return rc; > } > Ok, this one is kept on the series I have pending submission. - Arnaldo - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html