[gnome-commander] Free memory for unused GnomeCmdApp instance



commit 08fff1cc187c960e642082b2055d1184c8579adb
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Sat Dec 26 23:27:04 2020 +0100

    Free memory for unused GnomeCmdApp instance

 src/gnome-cmd-file-list.cc | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gnome-cmd-file-list.cc b/src/gnome-cmd-file-list.cc
index ef0ec6cd..4fea2c7b 100644
--- a/src/gnome-cmd-file-list.cc
+++ b/src/gnome-cmd-file-list.cc
@@ -1347,6 +1347,7 @@ static void mime_exec_single (GnomeCmdFile *f)
             g_free (msg);
         }
     }
+    gnome_cmd_app_free(app);
 }
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]