add missing free for usedResults

This commit is contained in:
Joshua Smith 2024-10-27 19:49:22 -05:00
parent 4d1609732b
commit 112fce2031

2
gfx.c
View File

@ -1555,6 +1555,8 @@ void WriteNtrAnimation(char *path, struct JsonToAnimationOptions *options)
}
}
free(usedResults);
unsigned int KNBASize = totalSize;
if (options->labelEnabled)