You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a demo app to try to drag and scale shapes using onPan and onPinch events on a rectangle Node. The app has a large background image inside a scroll view, and the macaw view has the same size as the image view. I want to create a rectangle shape over the image, and be able to drag and resize it, but I noticed some memory leak every time I activate an event, crashing the app after some time. I downsized the application to the following lines and it's still retaining memory, though much less. I'm using version 0.9.5. What could be the cause? Is the memory leak normal?
I created a demo app to try to drag and scale shapes using onPan and onPinch events on a rectangle Node. The app has a large background image inside a scroll view, and the macaw view has the same size as the image view. I want to create a rectangle shape over the image, and be able to drag and resize it, but I noticed some memory leak every time I activate an event, crashing the app after some time. I downsized the application to the following lines and it's still retaining memory, though much less. I'm using version 0.9.5. What could be the cause? Is the memory leak normal?
The text was updated successfully, but these errors were encountered: