* Fix memory leak in client detection code for a couple devices.

This commit is contained in:
Justin Maggard 2011-08-10 00:40:26 +00:00
parent 5ce95a37c6
commit 052aa2613a

View File

@ -469,6 +469,7 @@ close:
}
}
}
ClearNameValueList(&xml);
if( !type )
return;
client = SearchClientCache(dest.sin_addr, 1);