Revert "Enable address sanitizer"

This reverts commit d89e846896.
This commit is contained in:
Surma
2020-08-11 18:41:42 +01:00
parent d89e846896
commit 3745a3fff1
11 changed files with 185 additions and 16735 deletions

View File

@@ -12,6 +12,5 @@ export async function decode(data: ArrayBuffer): Promise<ImageData> {
if (!result) {
throw new Error('Decoding error');
}
module.doLeakCheck();
return result;
}