I am very satisfied with ZBar scanning performance, however I ran into a big problem on a project that runs under ARC if that counts at all.
Namely, it seems that there is a serious memory leak that rises exponentially with each and every new display of the readerView. after some 10x memory usage starts to rise exponentially and around 20x scan program become unusable.
I have seen example that are build with same version and there is no problem with it. I also tried method flushCache on readerView, but it doesn't help.
THere is one patch: http://sourceforge.net/p/zbar/patches/36/, but I don't see any code for it. Since I don't have full source code I cannot find it …
Has anybody had same problem?