Fix double free

This commit is contained in:
Garhoogin 2025-05-06 21:20:48 -05:00 committed by GitHub
parent e18299fdd0
commit c775d17814
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1527,7 +1527,6 @@ static unsigned int NftrCreateGfWidthBlock(NFTR *nftr, NnsStream *nns, StList *w
//free chain lists
free(chainIndices);
StListFree(&chains);
for (unsigned int i = 0; i < chains.length; i++) {
FontWidMapList entry;
StListGet(&chains, i, &entry);