Set _movie to nil when doing dealloc

This commit is contained in:
Gregory John Casamento 2022-03-22 12:53:12 -04:00
parent 896d1bc6f9
commit a4fac88bce

View file

@ -201,6 +201,7 @@ static inline void _loadNSMoviePlugIns (void)
{
TEST_RELEASE(_url);
TEST_RELEASE(_movieData);
_movie = nil;
[super dealloc];
}