Skip to content

Commit

Permalink
Whoops, forgot to free return value when finished with it.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 1, 2010
1 parent adea087 commit 283045c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/mojoshader-compiler.c
Expand Up @@ -777,6 +777,7 @@ static int ast(const char *fname, const char *buf, int len,
else
retval = 1;
} // else
MOJOSHADER_freeAstData(ad);

return retval;
} // ast
Expand Down

0 comments on commit 283045c

Please sign in to comment.