Apply fix from #979

This commit is contained in:
matlabbe
2024-04-15 20:51:50 -07:00
parent 726bceb816
commit 27dea71398

View File

@@ -1215,7 +1215,10 @@ void Memory::moveSignatureToWMFromSTM(int id, int * reducedTo)
}
}
this->moveToTrash(s, false);
// Setting true to make sure we save all visual
// words that could be referenced in a previously
// transferred node in LTM (#979)
this->moveToTrash(s, true);
s = 0;
}
}