GNOME Bugzilla – Bug 691019
Don't use the texture cache for search results
Last modified: 2013-01-02 17:34:16 UTC
This results in a memory leak of sorts.
Created attachment 232532 [details] [review] remoteSearch: Use GIcon for loading icon data This removes us from caching the pixbuf data in the icon cache, and allows us to remove St.TextureCache.load_from_raw().
Created attachment 232533 [details] [review] st-texture-cache: Remove st_texture_cache_load_from_raw This is now unused.
Note that the removal of load_from_raw depends on #680414
Review of attachment 232532 [details] [review]: Yes.
Review of attachment 232533 [details] [review]: Yes! (Although it is sad that now we rescale pixbufs in software inside GtkIconTheme...)
Attachment 232532 [details] pushed as 4288761 - remoteSearch: Use GIcon for loading icon data Attachment 232533 [details] pushed as 4b095d5 - st-texture-cache: Remove st_texture_cache_load_from_raw