widl: Return types shouldn't be freed.
This commit is contained in:
parent
32cf944e9c
commit
45d6a959fb
|
@ -236,9 +236,6 @@ static void write_function_stubs(type_t *iface, unsigned int *proc_offset)
|
|||
|
||||
write_remoting_arguments(server, indent, func, PASS_OUT, PHASE_FREE);
|
||||
|
||||
if (!is_void(def->type))
|
||||
write_remoting_arguments(server, indent, func, PASS_RETURN, PHASE_FREE);
|
||||
|
||||
indent--;
|
||||
print_server("}\n");
|
||||
print_server("RpcEndFinally\n");
|
||||
|
|
Loading…
Reference in New Issue