Skip to content

Commit

Permalink
* Fix memory leak in client detection code for a couple devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Maggard committed Aug 10, 2011
1 parent 4447543 commit 4f11557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minissdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ ParseUPnPClient(char *location)
}
}
}
ClearNameValueList(&xml);
if( !type )
return;
client = SearchClientCache(dest.sin_addr, 1);
Expand Down

0 comments on commit 4f11557

Please sign in to comment.