Merge pull request #30 from kboda/master
iOS: Release imageRef in snapStillImage
This commit is contained in:
commit
8e1c416624
@ -534,6 +534,8 @@ RCT_ENUM_CONVERTER(CKCameraZoomMode, (@{
|
||||
}
|
||||
}
|
||||
}];
|
||||
|
||||
CGImageRelease(imageRef);
|
||||
}
|
||||
else {
|
||||
//NSLog( @"Could not capture still image: %@", error );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user