mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
fix pathscanner / stl_vector related memory leaks
This commit is contained in:
parent
55d51d38ce
commit
12cf9d5be8
10 changed files with 28 additions and 0 deletions
|
|
@ -238,6 +238,7 @@ copy_files(const std::string & from_path, const std::string & to_dir)
|
|||
copy_file (from, to);
|
||||
}
|
||||
vector_delete (files);
|
||||
delete (files);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue