From ead7c56bb223f842db72089441f58f01f669708a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 17 Feb 2009 08:42:25 -0500 Subject: [PATCH] Added a FIXME. --- mojoshader_preprocessor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mojoshader_preprocessor.c b/mojoshader_preprocessor.c index a12c9fc2..26f60cbc 100644 --- a/mojoshader_preprocessor.c +++ b/mojoshader_preprocessor.c @@ -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;