开发者

How to get rid Memory Leak problem "open_handle_to_dylib_path"

开发者 https://www.devze.com 2022-12-31 19:08 出处:网络
I am getting a memory leak of 128 bytes, in my iPhone App and the responsible caller mentione开发者_如何学运维d in Instruments was \"open_handle_to_dylib_path\" and the responsible library is \"CoreGr

I am getting a memory leak of 128 bytes, in my iPhone App and the responsible caller mentione开发者_如何学运维d in Instruments was "open_handle_to_dylib_path" and the responsible library is "CoreGraphics". So has anybody encountered this problem ?

Thanks and regards, krishnan.


Are you testing on sim or on device? On device this kind of leaks disappears. Test on device and, if the leak persists, begin to worry about it.

0

精彩评论

暂无评论...
验证码 换一张
取 消