Skip to content

Commit

Permalink
retain fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ulukaya committed Mar 26, 2019
1 parent 5693109 commit 675a2e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlvision/MLVisionExampleObjc/CameraViewController.m
Expand Up @@ -323,6 +323,7 @@ - (void)updatePreviewOverlayView {
} else {
_previewOverlayView.image = rotatedImage;
}
CGImageRelease(cgImage);
}

- (NSArray <NSValue *>*)convertedPointsFromPoints:(NSArray<NSValue *> *)points
Expand Down

0 comments on commit 675a2e5

Please sign in to comment.