mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Every time we created a topic list we would leak a state change callback This happens on any topic list -> topic -> topic list sequence This can cause corruption of tracking state and memory bloating given that all information may be sent to the sync function.