Don't delete the global lock - we may still need it!

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33630 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2011-07-25 14:32:44 +00:00
parent acd62d77ff
commit d1ab6b2dba

View file

@ -170,7 +170,6 @@ handleExit()
free(tmp);
}
[gnustep_global_lock release];
}
@implementation NSObject(GSCleanup)