Skip to content

Commit 3f77ef9

Browse files
authored
Update NSFrameProcessor.mm
1 parent 8433f8a commit 3f77ef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ios/NSFrameProcessor.mm

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ - (void)dealloc
5555
while(self.avcapturesession.isRunning || self.Working){
5656
std::this_thread::sleep_for(std::chrono::milliseconds(5));
5757
}
58+
[self.output release];
5859
[self.avinput release];
5960
[self.avcapturesession release];
6061
[super dealloc];

0 commit comments

Comments
 (0)