From c2e2238ae978d387fbf2556844e45820dba577fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Hamil?= Date: Sat, 14 Feb 2026 18:19:43 +0300 Subject: [PATCH] Remove unnecessary nullification of indicator_temp_icon_path in TraySetSystemTray --- v2/internal/frontend/desktop/linux/window.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/v2/internal/frontend/desktop/linux/window.c b/v2/internal/frontend/desktop/linux/window.c index abd122c2e..415159a3c 100644 --- a/v2/internal/frontend/desktop/linux/window.c +++ b/v2/internal/frontend/desktop/linux/window.c @@ -968,10 +968,6 @@ void TraySetSystemTray(GtkWindow *window, const char *label, const guchar *image else { unlink(filename); - if (indicator_temp_icon_path == filename) - { - indicator_temp_icon_path = NULL; - } g_free(filename); } }