Comment 5 for bug 787736

Revision history for this message
Charles Kerr (charlesk) wrote : Re: memory leak in rebuild

JKL's patch is a good improvement, but it's been a few months since it was submitted there are some newer complications in the code, specifically having a weak reference to each widget s.t. we can handle the case of a widget being destroyed while it's still got a rebuild pending.

lp:~charlesk/appmenu-gtk/lp-787736 is a similar patch which handles the weak references.