Skip to content

Commit

Permalink
Update NSFrameProcessor.mm
Browse files Browse the repository at this point in the history
  • Loading branch information
smasherprog authored Apr 25, 2018
1 parent 8433f8a commit 3f77ef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ios/NSFrameProcessor.mm
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ - (void)dealloc
while(self.avcapturesession.isRunning || self.Working){
std::this_thread::sleep_for(std::chrono::milliseconds(5));
}
[self.output release];
[self.avinput release];
[self.avcapturesession release];
[super dealloc];
Expand Down

0 comments on commit 3f77ef9

Please sign in to comment.