From efb550dac6753b49e589d5cabca2b1e5e177446e Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 27 Oct 2025 21:43:59 -0500 Subject: [PATCH] node.cpp --- libfuse/lib/node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfuse/lib/node.cpp b/libfuse/lib/node.cpp index 9fdabd01..7a8d7c91 100644 --- a/libfuse/lib/node.cpp +++ b/libfuse/lib/node.cpp @@ -30,7 +30,7 @@ node_alloc() if(g_initialized == false) { std::lock_guard guard(g_mutex); - g_all_stacks.push_back(StackInfo{g_stack,g_should_gc}); + g_all_stacks.push_back(StackInfo{*g_stack,g_should_gc}); } if(g_stack == NULL)