Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion libs/openFrameworks/video/ofAVFoundationVideoPlayer.m
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ - (void)dealloc
deallocCond = nil;
}

[_asset release];
[_assetReader release];
[_player release];
[_playerItem release];
[_assetReaderVideoTrackOutput release];
[_assetReaderVideoTrackOutput release];
[_videoOutput release];

[super dealloc];
}
Expand Down Expand Up @@ -1398,4 +1405,4 @@ - (void)setWillBeUpdatedExternally:(BOOL)value {
bWillBeUpdatedExternally = value;
}

@end
@end