This commit is contained in:
Andrew Murray 2026-05-16 18:28:25 +10:00 committed by GitHub
commit 388aba4a54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1375,7 +1375,9 @@ quantize(
fflush(stdout);
timer = clock();
#endif
annotate_hash_table(root, h, &nPaletteEntries);
if (!annotate_hash_table(root, h, &nPaletteEntries)) {
goto error_3;
}
#ifdef DEBUG
printf("done (%f)\n", (clock() - timer) / (double)CLOCKS_PER_SEC);
#endif