mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
261e37a340
The old shallow-copying led to double-free, this hopefully fixes that. For now, the move-constructor doesn't end up actually being used, as Common::Array doesn't make us of it in push_back(), but if that's fixed it should.