Skip to content

Commit

Permalink
Added a FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 17, 2009
1 parent 38646fe commit ead7c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mojoshader_preprocessor.c
Expand Up @@ -545,6 +545,7 @@ static void free_filename_cache(Context *ctx)
static int push_source(Context *ctx, const char *fname, const char *source,
unsigned int srclen, unsigned int linenum, int included)
{
// !!! FIXME: keep a pool of these.
IncludeState *state = (IncludeState *) Malloc(ctx, sizeof (IncludeState));
if (state == NULL)
return 0;
Expand Down

0 comments on commit ead7c56

Please sign in to comment.