mirror of
https://github.com/fadden/nulib2.git
synced 2025-08-09 19:25:33 +00:00
Make valgrind happy.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user