From daf569a6d0c356be083bc09ff69543eaa1d117c5 Mon Sep 17 00:00:00 2001 From: pigeatgarlic <64737125+pigeatgarlic@users.noreply.github.com> Date: Thu, 13 Feb 2025 16:58:54 +0000 Subject: [PATCH] fix build --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5efa2343..cf0ef7a5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -163,7 +163,7 @@ main(int argc, char *argv[]) { } auto platf_deinit_guard = platf::init(); - auto memory = init_shared_memory(argv[2]); + auto queue = init_shared_memory(argv[2]); if (!platf_deinit_guard) { BOOST_LOG(error) << "Platform failed to initialize"sv; return StatusCode::NO_ENCODER_AVAILABLE;