ios7 AVFoundation performance issues (memory leak) -


i using avfoundation capture qr codes in app. in ios 7.0 seeing major issues regards video capture. capture takes longer , longer each time it, leading app crash due memory leak issues.

it works fine ios 7.1. known issue?

to fix this, had add following code when stopping capturesession

[_capturesession removeinput:self.captureinput]; 

i not sure why didn't present issue on ios 7.1 though.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -