[nautilus] file-operations: don't free ngettext strings



commit 5c9f68da01141b645d0612a8a4c6875b28dde11a
Author: Carlos Soriano <csoriano gnome org>
Date:   Tue Oct 6 18:22:01 2015 +0200

    file-operations: don't free ngettext strings
    
    Pointed by Mathias.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755586

 libnautilus-private/nautilus-file-operations.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/libnautilus-private/nautilus-file-operations.c b/libnautilus-private/nautilus-file-operations.c
index 2f189c4..376ef7e 100644
--- a/libnautilus-private/nautilus-file-operations.c
+++ b/libnautilus-private/nautilus-file-operations.c
@@ -1549,8 +1549,6 @@ report_delete_progress (CommonJob *job,
                                      remaining_time,
                                      (int) transfer_rate + 0.5);
 
-                        g_free (time_left_message);
-                        g_free (files_per_second_message);
                         g_free (concat_detail);
                 } else {
                         /* To translators: %'d is the number of files completed for the operation,
@@ -1947,8 +1945,6 @@ report_trash_progress (CommonJob    *job,
                                      remaining_time,
                                      (int) transfer_rate + 0.5);
 
-                        g_free (time_left_message);
-                        g_free (files_per_second_message);
                         g_free (concat_detail);
                 } else {
                         /* To translators: %'d is the number of files completed for the operation,


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