[gthumb] Fixed file_data_unref crasher - bug 580996



commit 9fabec07138c9dfd342b879dd41cd72ea4b37583
Author: Marc Pavot <marc pavot gmail com>
Date:   Sun May 3 08:40:10 2009 -0400

    Fixed file_data_unref crasher - bug 580996
---
 src/gth-batch-op.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gth-batch-op.c b/src/gth-batch-op.c
index 64be928..7170f21 100644
--- a/src/gth-batch-op.c
+++ b/src/gth-batch-op.c
@@ -495,7 +495,6 @@ pixbuf_op_done_cb (GthPixbufOp *pixop,
 	}
 	g_free (local_file);
 	g_free (old_local_file);
-	file_data_unref (fd_old);
 	
 	fd = file_data_new (PD(bop)->new_path);
 	update_file_from_cache (fd, save_image_and_remove_original_step2, bop);



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