schoebey / taskplanner

offline task planner app
0 stars 0 forks source link

memleak in tasks with favicons #62

Open schoebey opened 1 year ago

schoebey commented 1 year ago

if a task has an attached url whose favicon gets displayed, memory consumption grows unbounded. Removing the task gets rid of the excess memory (which suggests its not a leak per se) and stabilizes memory consumption.