1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 09:59:04 +00:00

NOLUA guard in Target::~Target.

This commit is contained in:
david
2012-12-04 03:06:22 +00:00
parent e941b783f4
commit 48e94b7886

View File

@@ -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() {