mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32091 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
705e1a32ca
commit
8d5395f884
3 changed files with 3 additions and 1 deletions
|
@ -36,6 +36,7 @@
|
|||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSThread.h"
|
||||
#import "GNUstepBase/GSLock.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
static NSZone *_zone = 0;
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSPort.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
@class NSMutableDataMalloc;
|
||||
@interface NSMutableDataMalloc : NSObject // Help the compiler
|
||||
|
|
|
@ -630,7 +630,7 @@ deserializeFromInfo(_NSDeserializerInfo* info)
|
|||
* occurs because it doesn't realise that the object was already stored
|
||||
* later deallocation.
|
||||
*/
|
||||
gsPrivateDummy = rep;
|
||||
gsPrivateDummy = s;
|
||||
}
|
||||
#endif
|
||||
return s;
|
||||
|
|
Loading…
Reference in a new issue