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
Hey, I don't know why but Xcode has seemed to stop detecting these Data leaks after a reinstall of Xcode on my laptop.
I will keep an eye on it and reopen this if it becomes an issue again, but I'll close it in the meantime 😄
Hello
I am having a few memory leaks in my application. They are in:
cialized specialized _ArrayBufferProtocol._arrayOutOfPlaceUpdate<A where ...> (inout_ContiguousArrayBuffer<A.Element>, Int, Int, A1) -> ()
specialized Array._copyToNewBuffer(oldCount : Int) -> ()
specialized Legend.calculateDimensions(labelFont : UIFont, viewPortHandler : ViewPortHandler) -> ()
specialized Legend.calculateDimensions(labelFont : UIFont, viewPortHandler : ViewPortHandler) -> ()
This was found in the inspector. I don't think it was causing an issue, but it was something I found. I am currently using LineGraphs
Here is a shot from instruments:
Thanks
Osian
The text was updated successfully, but these errors were encountered: