Module: wine
Branch: master
Commit: 85dba6991705c0df5dc0cbc3d44472e5187874a5
URL: http://source.winehq.org/git/wine.git/?a=commit;h=85dba6991705c0df5dc0cbc3d…
Author: Michael Stefaniuc <mstefani(a)redhat.de>
Date: Fri Nov 28 23:44:01 2008 +0100
iphlpapi: Remove a comment that dared to ponder to use malloc.
---
dlls/iphlpapi/icmp.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/iphlpapi/icmp.c b/dlls/iphlpapi/icmp.c
index a5858ca..b868603 100644
--- a/dlls/iphlpapi/icmp.c
+++ b/dlls/iphlpapi/icmp.c
@@ -27,8 +27,6 @@
* - Not all IP options are supported.
* - Are ICMP handles real handles, i.e. inheritable and all? There might be some
* more work to do here, including server side stuff with synchronization.
- * - Is it correct to use malloc for the internal buffer, for allocating the
- * handle's structure?
* - This API should probably be thread safe. Is it really?
* - Using the winsock functions has not been tested.
*/