nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
26.4k stars 7.69k forks source link

stb_truetype: only free if vertices was allocated #1339

Closed ryuukk closed 1 year ago

rygorous commented 1 year ago

As noted in N-R-K's review, we already require the "free" function to implement the standard behavior of doing nothing when passed a null pointer.