mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Fix leak in ZXingWidgetController. Fixes Issue 935.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1879 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
5264d32452
commit
afe03407b1
|
@ -80,6 +80,7 @@
|
|||
|
||||
[self stopCapture];
|
||||
|
||||
[result release];
|
||||
[soundToPlay release];
|
||||
[overlayView release];
|
||||
[readers release];
|
||||
|
|
Loading…
Reference in a new issue