mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-15 18:19:47 +00:00
Enable address sanitizer
This commit is contained in:
@@ -12,5 +12,6 @@ export async function decode(data: ArrayBuffer): Promise<ImageData> {
|
||||
if (!result) {
|
||||
throw new Error('Decoding error');
|
||||
}
|
||||
module.doLeakCheck();
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user