Valgrind Exercise

Overview

Removed two bugs using valgrind and output of the valgrind and kcachegrind image is stored in the Valgrind_test folder

Standard install via command-line

git clone --recursive https://github.com/mayankysharma/ENPM808X-Valgrind-Exercise.git
cd <path to repository>
mkdir build
cd build
cmake ..
make
Run tests: ./test/cpp-test
Run program: ./app/shell-app

Details

Name: Mayank Y Sharma UID: 119203859 Course: M.Eng Robotics