mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-13 03:31:15 +02:00
Fix memory leaks caused by periodic view refreshing tasks This branch implements @goapunk's suggested solution to #851. Credit goes to @ernir for finding the bug and the initial solution, and @goapunk for the improved solution - I just did a quick implementation so we can get this fixed as quickly as possible. Closes #851 See merge request !473