Commit b81904b8 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

widl: Don't free input_name in pop_import as we keep pointers to it in the var_t type now.

parent 95ac84e2
......@@ -390,7 +390,6 @@ void pop_import(void)
free(temp_name);
}
temp_name = import_stack[ptr].temp_name;
free( input_name );
input_name = import_stack[ptr].input_name;
line_number = import_stack[ptr].line_number;
import_stack_ptr--;
......
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