http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd96c54
)
widl: Remove a FIXME comment in write_function_stubs.
author
Rob Shearman
<robertshearman@gmail.com>
Mon, 15 Mar 2010 19:31:14 +0000
(19:31 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 16 Mar 2010 10:41:30 +0000
(11:41 +0100)
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
patch
|
blob
|
blame
|
history
diff --git
a/tools/widl/client.c
b/tools/widl/client.c
index b683a14b315bd092af9349eae7f9d9c5c9a43c3c..569a18b434de355e9bb2fb7b3c44a7376dcfe492 100644
(file)
--- 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);