Closed dreadris closed 4 years ago
…ent. In the case when contour_count == 1 the j variable got incremented to 1 and the value of variable i was assigned into unallocated memory causing heap corruption (crashed when variable contours was freed at the end of the function)
This change should also be made in https://github.com/exezin/msdf-c.
…ent. In the case when contour_count == 1 the j variable got incremented to 1 and the value of variable i was assigned into unallocated memory causing heap corruption (crashed when variable contours was freed at the end of the function)