Fixed issue with LoadIQM() #2676

This commit is contained in:
Ray 2022-09-01 10:14:45 +02:00
parent 4b76aa09dd
commit 0c7ba773ec

View file

@ -4302,6 +4302,7 @@ static Model LoadIQM(const char *fileName)
RL_FREE(blendi); RL_FREE(blendi);
RL_FREE(blendw); RL_FREE(blendw);
RL_FREE(ijoint); RL_FREE(ijoint);
RL_FREE(color);
return model; return model;
} }