Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(analytical): Fix Louvain algorithm's move on const message (#3551)
Louvain algorithm may core dump as pointer's "double free", I see there is a std::move() on const message, and it seems that will cause a copy instead of a move. Fixes #3550 Co-authored-by: Tao He <[email protected]>
- Loading branch information