diff --git a/prepare.cpp b/prepare.cpp index a432c7eaa..6bc98967c 100644 --- a/prepare.cpp +++ b/prepare.cpp @@ -296,6 +296,7 @@ int main (int argc, char *argv[]) { IteratorbasedCRC32 > crc32; unsigned crc32OfNodeBasedEdgeList = crc32(nodeBasedEdgeList.begin(), nodeBasedEdgeList.end() ); nodeBasedEdgeList.clear(); + std::vector(nodeBasedEdgeList).swap(nodeBasedEdgeList); SimpleLogger().Write() << "CRC32: " << crc32OfNodeBasedEdgeList; /***