aboutsummaryrefslogtreecommitdiff
path: root/build/context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/context.cxx')
-rw-r--r--build/context.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/context.cxx b/build/context.cxx
index f98ca96..a4815fb 100644
--- a/build/context.cxx
+++ b/build/context.cxx
@@ -22,6 +22,7 @@ namespace build
dir_path work;
dir_path home;
+ string_pool path_pool;
string_pool extension_pool;
string_pool project_name_pool;
@@ -34,6 +35,7 @@ namespace build
void
reset ()
{
+ path_pool.clear ();
extension_pool.clear ();
project_name_pool.clear ();