mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 03:14:31 +08: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.