From 052aa2613aa787796e5b43604fb664cb4e53f680 Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Wed, 10 Aug 2011 00:40:26 +0000 Subject: [PATCH] * Fix memory leak in client detection code for a couple devices. --- minissdp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/minissdp.c b/minissdp.c index b1a2527..a8ba77a 100644 --- a/minissdp.c +++ b/minissdp.c @@ -469,6 +469,7 @@ close: } } } + ClearNameValueList(&xml); if( !type ) return; client = SearchClientCache(dest.sin_addr, 1);