Skip to content
Snippets Groups Projects
user avatar
Bertrand Bellenot authored
On certain Windows builds, `return {..., true}` would create a local SequencePtr, return a copy, then destruct the local - which in turn would delete fSequence. Instead, move the local and remember that the local has lost ownership.
ccbcca7f
History
Name Last commit Last update
..