electron/shell/renderer/api/context_bridge
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
..
object_cache.cc fix: clean up base::LinkedList in context_bridge::ObjectCache (#27630) 2021-02-05 12:39:05 -08:00
object_cache.h fix: disable contextBridge object identity caching (#21803) 2020-03-03 23:18:22 -08:00