mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
NOLUA guard in Target::~Target.
This commit is contained in:
parent
e941b783f4
commit
48e94b7886
1 changed files with 2 additions and 0 deletions
|
|
@ -162,10 +162,12 @@ void Target::Recycle() {
|
|||
|
||||
Target::~Target() {
|
||||
FreeInternal();
|
||||
#ifndef NOLUA
|
||||
while (!scriptResults.empty()) {
|
||||
scriptResults.front().clear();
|
||||
scriptResults.pop_front();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void Target::FreeInternal() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue