Comment 3 for bug 787736

Revision history for this message
Ted Gould (ted) wrote : Re: memory leak in rebuild

Thanks for the patch. As you see attached to this bug, I've put it into a Bazaar branch to make it slightly easier to track.

It seems that do_rebuild() needs to get passed the entry now instead of data because it needs to remove the entry from the rebuild_ids hash table not data->widget. Does that seem right to you?