Skip to content

Fix/valgrind collections tests

Chris Cantwell requested to merge fix/valgrind-collections-tests into master

This MR fixes a number of memory issues in the Collections unit tests. Specifically:

  • Removed use of Vcopy when the src and dest are the same
  • Initialising some uninitialised arrays.

Merge request reports