Add utility function to get windows packaging directory to avoid memory leaks
authorTim Mayberry <mojofunk@gmail.com>
Tue, 18 Aug 2015 04:04:21 +0000 (14:04 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 18 Aug 2015 05:10:55 +0000 (15:10 +1000)
commit36e4c11a2ac8e1a2310d948b6f039d28be4cf521
tree1c7ec787a5766217c0cf39f41a2ad3b79d4c4520
parent1d05b5d25de1dad9ca6474a4b714d940d43206c0
Add utility function to get windows packaging directory to avoid memory leaks

There were a few other small leaks in pbd and evoral test code but I didn't
bother changing them. Perhaps this function would be better off in PBD:: so it
can be used everywhere.
libs/ardour/ardour/filesystem_paths.h
libs/ardour/filesystem_paths.cc
libs/ardour/plugin_manager.cc
libs/ardour/test/test_util.cc