diff options
| author | mbkma <[email protected]> | 2026-03-11 23:45:39 +0100 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-04-01 15:10:08 -0400 |
| commit | 91100336b4ec82ba805cb9bda7006eda319d1beb (patch) | |
| tree | 0b2b3ac37685e1880ac8cd3192688ba1400abfb6 | |
| parent | 190583f58b5d8b8672fd53f5d6483655e4841d77 (diff) | |
| download | atril-91100336b4ec82ba805cb9bda7006eda319d1beb.tar.bz2 atril-91100336b4ec82ba805cb9bda7006eda319d1beb.tar.xz | |
fix memleak
| -rw-r--r-- | shell/ev-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
