Skip to content
Snippets Groups Projects
Commit ba534a55 authored by Vincent Pascuzzi's avatar Vincent Pascuzzi
Browse files

Fix memory leaks; fix -Wunused-variable warning

Replaced occurrences of `new` keyword with `std::unique_ptr` to fix
memory leaks. Commented out line defining `pitchY` to fix
`-Wunused-variable` warnings.


Former-commit-id: 8f76e46bda9fe86df2818ca498de04a81c4e4661
parent a156bcb9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment