Switch Litehtml's image cache from std::map to std::list
authorAndrej Kacian <ticho@claws-mail.org>
Fri, 8 Feb 2019 17:33:00 +0000 (18:33 +0100)
committerAndrej Kacian <ticho@claws-mail.org>
Sat, 4 May 2019 14:51:20 +0000 (16:51 +0200)
commitf9d496bff63d513a265086a07601b186284907a5
tree79520405b1392ac5f8688f8cafcb9c6609008995
parent4271751d2116073b731b163800844e6094f107df
Switch Litehtml's image cache from std::map to std::list

This makes the cache ordered, so we are able to remove
oldest entries if we want to trim memory usage.
src/plugins/litehtml_viewer/container_linux.cpp
src/plugins/litehtml_viewer/container_linux.h