]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
accessMoved 254/head
authorgtsoul-tech <gtsoulkanakis@gmail.com>
Tue, 23 Apr 2024 11:49:10 +0000 (14:49 +0300)
committergtsoul-tech <gtsoulkanakis@gmail.com>
Tue, 23 Apr 2024 11:49:10 +0000 (14:49 +0300)
src/rose/rose_build_merge.cpp

index 6dad3ecda8984e56512cc3bf2d67c861d339bdc9..1e6c922246377f3620bf85e08a909f93779c4901 100644 (file)
@@ -1599,8 +1599,8 @@ void dedupeLeftfixesVariableLag(RoseBuildImpl &build) {
                 continue;
             }
         }
-        auto preds_copy = preds;
-        engine_groups[DedupeLeftKey(build, std::move(preds_copy), left)].emplace_back(left);
+        auto preds_copy = std::move(preds);
+        engine_groups[DedupeLeftKey(build, preds_copy , left)].emplace_back(left);
     }
 
     /* We don't bother chunking as we expect deduping to be successful if the