fix pathscanner / stl_vector related memory leaks

This commit is contained in:
Robin Gareus 2014-06-15 04:09:48 +02:00
parent 55d51d38ce
commit 12cf9d5be8
10 changed files with 28 additions and 0 deletions

View file

@ -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);
}
}