graveman-cvs
[Top][All Lists]
Advanced

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

[Graveman-cvs] Changes to graveman/current/src/matos.c


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/src/matos.c
Date: Sun, 03 Apr 2005 21:37:48 -0400

Index: graveman/current/src/matos.c
diff -u graveman/current/src/matos.c:1.27 graveman/current/src/matos.c:1.28
--- graveman/current/src/matos.c:1.27   Thu Mar 31 22:53:12 2005
+++ graveman/current/src/matos.c        Mon Apr  4 01:37:42 2005
@@ -206,7 +206,6 @@
       Lstatus = burn_from_image("copy", Ag, Aerror);
       sc_grave_del_data(Ag, "iso");
     }
-    g_free(Liso);
   } else if (!Lgraveur) {
     /* copie d'un cd vers une image, on utilise readcd */
     struct stat Lfstat;
@@ -230,10 +229,10 @@
           Ltxt, Liso, g_strerror(errno));
       Lstatus = FALSE;
     } else {
+      Ltodo = 1;
       sc_grave_set_data(Ag, &Liso, "iso"); /* image iso */
       Lstatus = make_image(Ag, Aerror);
       sc_grave_del_data(Ag, "iso");
-      g_free(Liso);
     }
   } else {  /* copie d'un cd a un autre, on utilise cdrdao */
     /* on ajoute une tache pour la lecture, 
@@ -607,7 +606,6 @@
 /*    if (*Lrequis & _MEDIA_IS_DVD) {*/
   Lmedialu += get_dvdinfo(Lg, Ldrive, NULL);
 /*    }*/
-
 /*    if (*Lrequis & _MEDIA_IS_CD) {*/
   Lmedialu += get_cdinfo(Lg, Ldrive, NULL);
 /*    }*/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]