updating --release-memory (thus far) and freeing some other areas early on

This commit is contained in:
kris 2008-06-08 05:29:00 +00:00
parent 798438e2d2
commit 0632f1f8da
3 changed files with 19 additions and 8 deletions

View file

@ -459,7 +459,7 @@ void NmapOps::ValidateOptions() {
/* Make sure nmap.registry.args is available (even if it's empty) */
if (!scriptargs)
scriptargs = "";
scriptargs = strdup("");
}
void NmapOps::setMaxOSTries(int mot) {