diff --git a/src/io/engine_paths.cpp b/src/io/engine_paths.cpp index 4c424f95..3526f387 100644 --- a/src/io/engine_paths.cpp +++ b/src/io/engine_paths.cpp @@ -220,6 +220,7 @@ void EnginePaths::cleanup() { io::remove_device(entryPoint); } entryPoints.clear(); + writeables.clear(); } void EnginePaths::setEntryPoints(std::vector entryPoints) {