pimoroni-pico/micropython/modules/jpegdec
Phil Howard 7fee95d668 PNG/JPEGDEC: Remove finalizer.
Remove the finalizer from PNGDEC and JPEGDEC, since it was both redundant
and actively harmful.

The finalizer was just calling "close" which is unecessary since the file
is closed automatically after opening/rendering and not left open.

If a file did not exist and "open_file" bailed with ENOENT then it would
be left in an unknown state, and the finalizer calling "close" would
cause a hardlock.
2025-03-28 10:31:01 +00:00
..
jpegdec.c PNG/JPEGDEC: Remove finalizer. 2025-03-28 10:31:01 +00:00
jpegdec.cpp PNG/JPEGDEC: Remove finalizer. 2025-03-28 10:31:01 +00:00
jpegdec.h PNG/JPEGDEC: Remove finalizer. 2025-03-28 10:31:01 +00:00
micropython.cmake