1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 19:09:01 +00:00

memory releasing patch from Marek

This commit is contained in:
fyodor
2006-07-04 23:04:56 +00:00
parent 41aad8638a
commit 9c0af0a95b
21 changed files with 312 additions and 71 deletions

View File

@@ -332,6 +332,11 @@ public:
int isExcluded(unsigned short port, int proto);
struct scan_lists *excludedports;
static AllProbes *service_scan_init(void);
static void service_scan_free(void);
protected:
static AllProbes *global_AP;
};
/********************** PROTOTYPES ***********************************/