Skip to content

Commit 173577f

Browse files
committed
Need to revoke the blob URL
1 parent 47bc0c4 commit 173577f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/mini_ide/webperl_mini_ide.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
if (from!='Ended' && to=='Ended') {
8787
iframe.remove();
8888
if (done_callback) done_callback(outbuf);
89+
URL.revokeObjectURL(src);
8990
}
9091
} );
9192
IFramePerl.init(function () {

0 commit comments

Comments
 (0)