From 4aaaa1f2f9b7580b0b0b2ff62c8c5d0988ecbe25 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 26 Nov 2024 01:33:13 -0600 Subject: [PATCH] func_getattr_newest.cpp --- src/func_getattr_newest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/func_getattr_newest.cpp b/src/func_getattr_newest.cpp index 8ff6e5f9..17f9bc95 100644 --- a/src/func_getattr_newest.cpp +++ b/src/func_getattr_newest.cpp @@ -16,6 +16,7 @@ Func2::GetattrNewest::process(const Branches &branches_, fs::Path fullpath; branches = branches_; + newest_branch = std::nullptr; for(const auto &branch : *branches) {