Updates:
Summary: memory leak in g_object_weak_ref()
Comment #1 on issue 16576 by [email protected]: memory leak in
g_object_weak_ref()
http://code.google.com/p/chromium/issues/detail?id=16576
Looking at gobject.c, it seems like an array of weak references was built
up by
g_object_weak_ref(), but for some reason weak_refs_notify() has not yet
been called to process them and free the array.
Something similar happened once for me in gtk_tooltip_set_last_window()
in AutomatedUITestBase.CloseTab(); see also
http://bugzilla.gnome.org/show_bug.cgi?id=496546
So I guess the question is why that array isn't being processed. Maybe it
would be if we just ran a bit
longer.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---