summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-10-06 18:22:01 +0200
committerCarlos Soriano <csoriano@gnome.org>2015-10-06 18:37:40 +0200
commit5c9f68da01141b645d0612a8a4c6875b28dde11a (patch)
tree41568a12f96f6c950ded6cad1dc12eb8170507d9
parent07719c951f9d4d077a990590e845b22a521f5ab8 (diff)
downloadnautilus-5c9f68da01141b645d0612a8a4c6875b28dde11a.tar.gz
file-operations: don't free ngettext strings
Pointed by Mathias. https://bugzilla.gnome.org/show_bug.cgi?id=755586
-rw-r--r--libnautilus-private/nautilus-file-operations.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libnautilus-private/nautilus-file-operations.c b/libnautilus-private/nautilus-file-operations.c
index 2f189c46b..376ef7ecb 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,