Commit fc3114ca authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 1cc46828
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment