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
Loading
Please register or sign in to comment