From 91100336b4ec82ba805cb9bda7006eda319d1beb Mon Sep 17 00:00:00 2001 From: mbkma Date: Wed, 11 Mar 2026 23:45:39 +0100 Subject: fix memleak --- shell/ev-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/ev-window.c') diff --git a/shell/ev-window.c b/shell/ev-window.c index 1023f545..6d3b2382 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -7141,7 +7141,7 @@ launch_action (EvWindow *window, EvLinkAction *action) g_object_unref (app_info); g_object_unref (file); - /* FIXMEchpe: unref launch context? */ + g_object_unref (context); /* According to the PDF spec filename can be an executable. I'm not sure allowing to launch executables is a good idea though. -- marco */ -- cgit v1.2.1