mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
fix leak and weak docs a little
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32767 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
899590c40c
commit
c56633fb1b
3 changed files with 11 additions and 4 deletions
|
@ -897,6 +897,7 @@ static void *nsthreadLauncher(void* thread)
|
|||
- (void) dealloc
|
||||
{
|
||||
[self invalidate];
|
||||
DESTROY(performers);
|
||||
DESTROY(lock);
|
||||
DESTROY(loop);
|
||||
[super dealloc];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue