ios8.3 - iOS system libraries leaks normal? -


enter image description hereseems system libs, none app.

i using afnetworking , ponydebugger arc way.

  1. are these leaks normal?
  2. does tool give false positives?

http://i.stack.imgur.com/nwyib.png

memory leaks

recently had similar question, here's quote apple's instruments guide

an instrument such leaks instrument can point out places app not handling memory properly. if graph leaks relatively empty, know app behaving properly

well, appkit, uikit , other developed people, there can bugs! far know track them. so, generally, if don't see objects create in code, , sure not yours 100%, ios business , if relatively empty, ok.

though difficult tell afnetworking external library.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -