内存泄漏 使用Aspose.Words 将docx文档转为pdf时

公司购买了Aspose.Words.Cpp授权,使用的21.10版本,来将word文档转换为pdf文档,在特定文档输入时发生了内存泄漏,每次都有几百M内存泄漏。
如下是发生内存泄漏的文档test40.docx.
test40.docx (576.3 KB)
示例代码:

// load docx to bytes.
    auto byteStream = System::MakeObject<System::IO::MemoryStream>(Bytes);
   auto loadOptions = MakeObject<LoadOptions>();
   auto doc = MakeObject<Document>(byteStream, loadOptions);
   
   auto dstStream = System::MakeObject<System::IO::MemoryStream>();
   doc->Save(dstStream, Aspose::Words::SaveFormat::Pdf);
    // ...

我使用最新的23.9版本,也存在这个问题。
由于这个严重的内存泄漏,影响了线上产品,麻烦尽快提供修复方案!!

@xinyu391
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSCPP-1255

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

什么时候可以修复,请尽快安排啊!

@xinyu391 该问题目前正在等待分析。 一旦问题解决或我们为您提供更多信息,我们将及时通知您最新情况并通知您。

C++这边的问题修复很慢的。
别问,问就是我的亲身经历。