Commit 7176f6d3 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

quick fix with revoking objects

parent 3ac1c2f5
...@@ -191,10 +191,12 @@ ...@@ -191,10 +191,12 @@
heavyImage.onload = function(){ heavyImage.onload = function(){
/*
if (obj.blob){ if (obj.blob){
console.log("revoking object"); console.log("revoking object");
window.URL.revokeObjectURL(obj.blob); window.URL.revokeObjectURL(obj.blob);
} }
*/
EXIF.getData(this, function() { EXIF.getData(this, function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment