widl: Don't free the input file name since it's stored in various places in the location info.

oldstable
Alexandre Julliard 2010-12-22 21:26:43 +01:00
parent 1cc46828f1
commit fc3114ca80
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ UUID *parse_uuid(const char *u)
error_loc("Malformed '#...' line-directive; missing terminating \"\n");
*cptr = '\0';
line_number = lineno - 1; /* We didn't read the newline */
free( input_name );
input_name = xstrdup(fname);
}
<INITIAL,ATTR>\" yy_push_state(QUOTE); cbufidx = 0;