Fix small memory leak.

This commit is contained in:
Steve Beattie 2007-05-09 14:47:52 +00:00
parent fc638c8a87
commit ba524dcf1c

View file

@ -367,6 +367,7 @@ static int process_include(char *inc, char *name, int line, FILE *out, int nest)
newf = fopen(buf, "r");
if (newf)
break;
free(buf);
}
}