Fix copy/paste error
This commit is contained in:
@@ -456,7 +456,7 @@ void DRMProcessorClientImpl::inflate(std::string data, gourou::ByteArray& result
|
||||
}
|
||||
|
||||
if (ret == Z_STREAM_END)
|
||||
ret = deflateEnd(&infstream);
|
||||
ret = inflateEnd(&infstream);
|
||||
|
||||
delete[] buffer;
|
||||
|
||||
|
Reference in New Issue
Block a user