Delete RawEvent fragments when EventCache is destroyed
RawEvent does not take ownership of the fragments that are given to it. When the EventCache is updated to a new event the old RawEvent and its fragments are removed by releaseEvent. Now when the EventCache is destroyed the event is properly released as well.
Showing
Loading
Please register or sign in to comment