widl: Return types shouldn't be freed.

This commit is contained in:
Rob Shearman 2007-12-15 13:57:33 +00:00 committed by Alexandre Julliard
parent 32cf944e9c
commit 45d6a959fb
1 changed files with 0 additions and 3 deletions

View File

@ -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");