multi-thread leak
This commit is contained in:
parent
f65590f8f2
commit
916072066d
|
|
@ -515,9 +515,11 @@ install(DIRECTORY include/sta DESTINATION include)
|
|||
|
||||
################################################################
|
||||
|
||||
add_custom_target(tags etags -o TAGS
|
||||
add_custom_target(sta_tags etags -o TAGS
|
||||
${STA_SOURCE}
|
||||
*/*.hh include/sta/*.hh
|
||||
${STA_TCL_FILES} ${SWIG_TCL_FILES}
|
||||
*/*.hh
|
||||
include/sta/*.hh
|
||||
${STA_TCL_FILES}
|
||||
${SWIG_TCL_FILES}
|
||||
WORKING_DIRECTORY ${STA_HOME}
|
||||
)
|
||||
|
|
|
|||
|
|
@ -189,6 +189,8 @@ BfsIterator::visitParallel(Level to_level,
|
|||
level_vertices.clear();
|
||||
}
|
||||
}
|
||||
for (VertexVisitor *visitor : visitors)
|
||||
delete visitor;
|
||||
}
|
||||
}
|
||||
return visit_count;
|
||||
|
|
|
|||
Loading…
Reference in New Issue