Clean up.

This commit is contained in:
Mike Oswell
2011-11-25 15:19:45 -08:00
parent 3729b966f3
commit f3f4844d28

View File

@@ -221,6 +221,7 @@
self.viewController = nil;
self.captureSession = nil;
self.previewLayer = nil;
self.alternateXib = nil;
self.capturing = NO;
@@ -606,6 +607,7 @@
self.view = nil;
self.processor = nil;
self.shutterPressed = NO;
self.alternateXib = nil;
[super dealloc];
}