diff --git a/Redcraft.Utility/Source/Public/Containers/Array.h b/Redcraft.Utility/Source/Public/Containers/Array.h index ec36cf7..a70b256 100644 --- a/Redcraft.Utility/Source/Public/Containers/Array.h +++ b/Redcraft.Utility/Source/Public/Containers/Array.h @@ -132,6 +132,8 @@ public: Memory::MoveConstruct(Impl.Pointer, InValue.Impl.Pointer, Num()); } + + InValue.Reset(); } /** Constructs the container with the contents of the initializer list. */