[PATCH] dpnet: Dont leak entry name

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Thu Oct 29 03:21:23 CDT 2015


Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 dlls/dpnet/address.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/dpnet/address.c b/dlls/dpnet/address.c
index 4f3a59b..d87d4e7 100644
--- a/dlls/dpnet/address.c
+++ b/dlls/dpnet/address.c
@@ -159,6 +159,7 @@ static ULONG WINAPI IDirectPlay8AddressImpl_Release(IDirectPlay8Address *iface)
                     break;
             }
 
+            heap_free(entry->name);
             heap_free(entry);
         }
 
-- 
2.6.1




More information about the wine-patches mailing list