set cacheLock to nil

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/text_system_threadsafety@28212 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2009-04-13 20:33:19 +00:00
parent 20256bd6e8
commit d0f77859d4

View file

@ -89,7 +89,7 @@ static NSTextStorage *scratchTextStorage;
static NSLayoutManager *scratchLayoutManager;
static NSTextContainer *scratchTextContainer;
static NSRecursiveLock *cacheLock;
static NSRecursiveLock *cacheLock = nil;
static int total, hits, misses, hash_hits;