How to get rid Memory Leak problem "open_handle_to_dylib_path"
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.
精彩评论