From 9ffa26f1777901eae242a77ef8cc258dc379b1d2 Mon Sep 17 00:00:00 2001 From: collecting Date: Fri, 26 Sep 2025 02:29:22 +0000 Subject: [PATCH 1/3] Memory Leak Fix --- .../frontend/maxwell/structured_control_flow.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp b/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp index 80c90fe6a..f052e5f4f 100644 --- a/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp +++ b/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp @@ -988,6 +988,9 @@ IR::AbstractSyntaxList BuildASL(ObjectPool& inst_pool, ObjectPool Date: Fri, 26 Sep 2025 02:31:32 +0000 Subject: [PATCH 2/3] Memory Leak Fix --- .../frontend/maxwell/structured_control_flow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp b/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp index f052e5f4f..6b7f5780b 100644 --- a/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp +++ b/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp @@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project +// SPDX-FileCopyrightText: Copyright 2025 citron Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #include From fe88ad18a7a68553553bb8d0c49e0da5b31c826f Mon Sep 17 00:00:00 2001 From: collecting Date: Fri, 26 Sep 2025 04:20:43 +0000 Subject: [PATCH 3/3] Memory Leak Fix --- .../frontend/maxwell/structured_control_flow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp b/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp index 6b7f5780b..260d639ef 100644 --- a/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp +++ b/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp @@ -989,9 +989,7 @@ IR::AbstractSyntaxList BuildASL(ObjectPool& inst_pool, ObjectPool