fix move on return
This commit is contained in:
parent
991065749b
commit
68d5c142c2
1 changed files with 1 additions and 1 deletions
|
|
@ -439,6 +439,6 @@ std::unique_ptr<OutputType> Worker::perform_task(std::unique_ptr<InputType>& tas
|
||||||
delete design_char;
|
delete design_char;
|
||||||
delete top_proc_char;
|
delete top_proc_char;
|
||||||
|
|
||||||
return std::move(result);
|
return result;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue