Browse Source

Fixed issue with `LoadIQM()` #2676

Ray 3 years ago
parent
commit
0c7ba773ec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/rmodels.c

+ 1 - 0
src/rmodels.c

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