2
0
mirror of https://github.com/zint/zint synced 2024-11-16 20:57:25 +13:00

Do not free _alloca data

This commit is contained in:
Harald Oehlmann 2018-02-13 16:53:12 +01:00
parent 7fb7203a86
commit ee763cb135

@ -294,10 +294,5 @@ int tif_pixel_plot(struct zint_symbol *symbol, char *pixelbuf) {
fclose(tif_file);
}
#ifdef _MSC_VER
free(strip_offset);
free(strip_bytes);
#endif
return 0;
}