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:
Richard Frith-MacDonald 2011-04-03 19:14:29 +00:00
parent 899590c40c
commit c56633fb1b
3 changed files with 11 additions and 4 deletions

View file

@ -897,6 +897,7 @@ static void *nsthreadLauncher(void* thread)
- (void) dealloc
{
[self invalidate];
DESTROY(performers);
DESTROY(lock);
DESTROY(loop);
[super dealloc];