diff --git a/navnexus.cc b/navnexus.cc index b5d3e4a..f5cf65a 100644 --- a/navnexus.cc +++ b/navnexus.cc @@ -65,9 +65,10 @@ try // so we have a ton of files, and internally these are not ordered map fpos; + vector nmms; for(;;) { auto srcs = getSources(); - vector nmms; + nmms.clear(); for(const auto& src: srcs) { string fname = getPath(g_storage, start.first, src); int fd = open(fname.c_str(), O_RDONLY);