mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fixing a double-free crash caused when using -O and --release-memory. Found with Coverity, CID 19
This commit is contained in:
parent
2fbed3e856
commit
c5244fb05f
1 changed files with 0 additions and 1 deletions
|
|
@ -1020,7 +1020,6 @@ void free_fingerprint_file(FingerPrintDB *DB) {
|
|||
}
|
||||
free(c);
|
||||
}
|
||||
free(DB->MatchPoints);
|
||||
}
|
||||
free(DB);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue