I have a problem in a project and here is my Question

“Using Tracktion Engine with JUCE 8. When I call edit.deleteTrack(trackPtr) from a button’s onClick lambda inside a component that’s owned by an OwnedArray that gets rebuilt in the edit’s ValueTree listener, the component gets destroyed mid-execution. What’s the correct pattern for deleting a track from a track header component?”

I think this is the same issue right?