Fix the operator list deallocation
This commit is contained in:
parent
2d08ae9707
commit
08830731c0
@ -305,7 +305,7 @@ var PDFPageProxy = (function PDFPageProxyClosure() {
|
||||
gfx.executeOperatorList(operatorList, startIdx, next, stepper);
|
||||
if (startIdx == length) {
|
||||
gfx.endDrawing();
|
||||
delete this.operatorList;
|
||||
delete self.operatorList;
|
||||
stats.timeEnd('Rendering');
|
||||
stats.timeEnd('Overall');
|
||||
if (callback) callback();
|
||||
|
Loading…
x
Reference in New Issue
Block a user