[gnome-disk-utility] gduapplication: Free string after use



commit a23026460e8da390c5b774d8867059d479a8201d
Author: Manuel Wassermann <manuel wassermann97 gmail com>
Date:   Sun Apr 3 22:16:20 2022 +0200

    gduapplication: Free string after use

 src/disks/gduapplication.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/disks/gduapplication.c b/src/disks/gduapplication.c
index bca06e6b..604da37b 100644
--- a/src/disks/gduapplication.c
+++ b/src/disks/gduapplication.c
@@ -504,6 +504,7 @@ gdu_application_new_widget (GduApplication  *application,
     {
       g_object_unref (builder);
     }
+  g_free (path);
   return ret;
 }
 


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