brasero r2219 - in branches/gnome-2-26: . src



Author: philippr
Date: Tue Apr  7 15:17:00 2009
New Revision: 2219
URL: http://svn.gnome.org/viewvc/brasero?rev=2219&view=rev

Log:
2009-04-07  Philippe Rouquier  <bonfire-app wanadoo fr>

	Fix a potential crash in the checksum dialog on error

	* src/brasero-sum-dialog.c (brasero_sum_dialog_get_file_checksum):

Modified:
   branches/gnome-2-26/ChangeLog
   branches/gnome-2-26/src/brasero-sum-dialog.c

Modified: branches/gnome-2-26/src/brasero-sum-dialog.c
==============================================================================
--- branches/gnome-2-26/src/brasero-sum-dialog.c	(original)
+++ branches/gnome-2-26/src/brasero-sum-dialog.c	Tue Apr  7 15:17:00 2009
@@ -370,7 +370,6 @@
 						      &tmppath,
 						      error);
 		if (result != BRASERO_BURN_CANCEL) {
-			g_object_unref (file_src);
 			g_free (scheme);
 			return result;
 		}



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