mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00

Updated t6713 to use class instances vs class pointers. Creating these on the stack clears up some memory leaks where items created in the heap are not deleted for a handful of the throw conditions. Removed all news/deletes. Also reformatted to remove tabs and some spaces. Signed-off-by: Noel Eck <noel.eck@intel.com>