Fix copy/paste error

This commit is contained in:
Grégory Soutadé 2021-12-08 20:30:02 +01:00
parent 55ab41613e
commit a79bdd1e21
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
#define ACS_SERVER "http://adeactivate.adobe.com/adept"
#endif
#define LIBGOUROU_VERSION "0.4.4"
#define LIBGOUROU_VERSION "0.4.5"
namespace gourou
{

View File

@ -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;