Compare commits

...

1 Commits

Author SHA1 Message Date
a79bdd1e21 Fix copy/paste error 2021-12-08 20:30:02 +01:00
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;