Status: Available Owner: [email protected] Labels: Type-Bug Pri-2 OS-Linux Area-BrowserUI Size-Medium
New issue 9988 by [email protected]: [linux] resource bundle should own gdkpixbufs http://code.google.com/p/chromium/issues/detail?id=9988 Calling ResourceBundle::LoadPixbuf returns a pixbuf that the caller is responsible for cleaning up (by calling g_object_unref when done). This is unlike ResourceBundle::LoadBitmap which returns a SkBitmap that the resource bundle owns. We should probably do the same with LoadPixbuf so we don't leak pixbufs and subsequent loads are faster. -- 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 -~----------~----~----~----~------~----~------~--~---
