mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
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 Co-authored-by: Samuel Attard <sattard@slack-corp.com>