1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 06:29:02 +00:00

Added destructor for proxy_chain_context.

This commit is contained in:
henri
2013-04-22 19:29:26 +00:00
parent 28604b63e3
commit 9084805bbf
3 changed files with 9 additions and 0 deletions

View File

@@ -281,6 +281,9 @@ void nsi_delete(nsock_iod nsockiod, int pending_response) {
nsi->pcap = NULL;
}
#endif
if (nsi->px_ctx)
proxy_chain_context_delete(nsi->px_ctx);
}
/* Returns the ID of an nsock_iod . This ID is always unique amongst ids for a