Skip to content

[ftinspect] Fix uninitialized memory issue and reference misuse.

Charlie Jiang requested to merge ftinspect-membug into master
  1. Properly initialize FT_Bitmap since it's a value type.
  2. Fix the accident overwriting of the source bitmap when converting the bitmap format (only happens for FT_PIXEL_MODE_GRAY2 and FT_PIXEL_MODE_GRAY4) due to misuse of C++ reference.
  3. Fix the crash when the QImage was failed to produce.

Fixes #23 (closed) .

Merge request reports