Refactoring

This commit is contained in:
Oleg Korshul
2021-05-23 17:39:59 +03:00
parent 1e42d594b7
commit a5eda01ad3
3 changed files with 6 additions and 2 deletions

View File

@ -243,6 +243,10 @@ public:
{
m_zlib = new CZipBuffer(data, length);
}
~CZipFolderMemory(BYTE* data, DWORD length)
{
delete m_zlib;
}
virtual std::wstring getFullFilePath(const std::wstring& path)
{

View File

@ -67,6 +67,8 @@ exported_functions = ["_malloc",
"_XmlSignature_DestroyCertificate",
"_XmlSignature_CreateFile",
"_XmlSignature_DestroyFile",
"_XmlSignature_GetFileSize",
"_XmlSignature_GetFileRaw",
"_XmlSignature_Sign"]
# XML