electron/shell
Samuel Attard b6a91ef5df
fix: clean up base::LinkedList in context_bridge::ObjectCache (#27630)
base::LinkedList does not delete its members on destruction. We need to
manually ensure the linkedlist is empty when the ObjectCache is
destroyed.

Fixes #27039

Notes: Fixed memory leak when sending non-primitives over the context
bridge
2021-02-05 12:39:05 -08:00
..
app refactor: use C++11 class member variable initialization (#27477) 2021-01-26 12:16:21 -06:00
browser fix: do not run display check on "closed" windows in tray (#27615) 2021-02-05 12:11:26 -08:00
common refactor: use C++11 class member variable initialization (#27477) 2021-01-26 12:16:21 -06:00
renderer fix: clean up base::LinkedList in context_bridge::ObjectCache (#27630) 2021-02-05 12:39:05 -08:00
utility refactor: use C++11 class member variable initialization (#27477) 2021-01-26 12:16:21 -06:00