mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
Set _movie to nil when doing dealloc
This commit is contained in:
parent
896d1bc6f9
commit
a4fac88bce
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ static inline void _loadNSMoviePlugIns (void)
|
|||
{
|
||||
TEST_RELEASE(_url);
|
||||
TEST_RELEASE(_movieData);
|
||||
_movie = nil;
|
||||
|
||||
[super dealloc];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue