Fixes big memory leak

This commit is contained in:
2019-04-11 00:17:04 +02:00
parent 49cb8fa194
commit 927da03270
+1
View File
@@ -371,6 +371,7 @@ public:
converted[k] = sum; converted[k] = sum;
} }
} }
delete img;
return converted; return converted;
} }
}; };