mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
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:
parent
20256bd6e8
commit
d0f77859d4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue