ugent/Studieplekken

Fix memory leaks in subscriptions

Closed this issue · 0 comments

EwoutV commented

Many components subscribe to external observables without unsubscribing on component destroy. This leads to memory leaks where the same subscription is made every time the component is reloaded, e.g. here.