mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug 77022
This commit is contained in:
@ -4965,7 +4965,6 @@ void Gfx::opBeginImage(Object args[], int numArgs) {
|
||||
// if we have the stream length, skip to end-of-stream and then
|
||||
// skip 'EI' in the original stream
|
||||
} else if (haveLength) {
|
||||
while ((c1 = str->getChar()) != EOF) ;
|
||||
delete str;
|
||||
str = parser->getStream();
|
||||
c1 = str->getChar();
|
||||
|
||||
Reference in New Issue
Block a user