mirror of
https://github.com/fadden/nulib2.git
synced 2025-02-05 20:30:57 +00:00
Make valgrind happy.
This commit is contained in:
parent
ba99fa7372
commit
9a255d521e
@ -97,7 +97,7 @@ Nu_CompressToArchive(NuArchive* pArchive, NuDataSource* pDataSource,
|
||||
long origOffset;
|
||||
NuStraw* pStraw = nil;
|
||||
NuDataSink* pDataSink = nil;
|
||||
ulong srcLen, dstLen;
|
||||
ulong srcLen = 0, dstLen = 0;
|
||||
ushort threadCrc;
|
||||
|
||||
Assert(pArchive != nil);
|
||||
|
Loading…
x
Reference in New Issue
Block a user