fixed some coverity warnings
This commit is contained in:
parent
3eb7668aa9
commit
95c121ef43
10 changed files with 127 additions and 56 deletions
|
|
@ -148,12 +148,18 @@ public:
|
|||
{
|
||||
m_textSize = 0;
|
||||
m_codeSize = 0;
|
||||
|
||||
m_matchPosition = 0;
|
||||
m_matchLength = 0;
|
||||
}
|
||||
|
||||
~Compressor (void)
|
||||
{
|
||||
m_textSize = 0;
|
||||
m_codeSize = 0;
|
||||
|
||||
m_matchPosition = 0;
|
||||
m_matchLength = 0;
|
||||
}
|
||||
|
||||
int InternalEncode (const char *fileName, byte *header, int headerSize, byte *buffer, int bufferSize)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue