mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fix bug #67941
This commit is contained in:
@ -127,7 +127,6 @@ bool OleObject::processLinkInfoStream( const std::wstring& linkStream )
|
||||
VirtualStreamReader reader( pLinkStream, 0, false);
|
||||
processLinkInfoStream(reader);
|
||||
|
||||
delete pLinkStream;
|
||||
res = true;
|
||||
}
|
||||
if (pLinkStream) delete pLinkStream;
|
||||
|
||||
Reference in New Issue
Block a user