forked from soutade/libgourou
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
a79bdd1e21 |
@@ -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
|
||||
{
|
||||
|
@@ -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