Module: wine Branch: master Commit: eb4100e91ca62aa24497d6f9303bc150860703a7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=eb4100e91ca62aa24497d6f930...
Author: Rob Shearman robertshearman@gmail.com Date: Mon Mar 15 19:31:14 2010 +0000
widl: Remove a FIXME comment in write_function_stubs.
Clean valgrind runs of tested types and comparison with MIDL-generated code suggests that the existing code written in the finally block for client code is sufficient.
---
tools/widl/client.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/tools/widl/client.c b/tools/widl/client.c index b683a14..569a18b 100644 --- a/tools/widl/client.c +++ b/tools/widl/client.c @@ -126,8 +126,6 @@ static void write_function_stubs(type_t *iface, unsigned int *proc_offset) print_client( " struct __frame_%s%s *__frame )\n{\n", prefix_client, get_name(func) ); indent++;
- /* FIXME: emit client finally code */ - if (has_full_pointer) write_full_pointer_free(client, indent, func);