Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Meakk committed Oct 14, 2024
1 parent 7fcd473 commit f6caf2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/src/engine.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ engine& engine::operator=(engine&& other) noexcept
{
this->Internals = other.Internals;
delete other.Internals;
other.Internals = nullptr;
return *this;
}

Expand Down

0 comments on commit f6caf2c

Please sign in to comment.