Removed an effectively unused variable. Coverity CID 28715.
This commit is contained in:
parent
c08745081f
commit
d0edba0b9d
@ -1033,7 +1033,6 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
|
||||
struct burn_session **sessions;
|
||||
struct burn_track **tracks;
|
||||
enum burn_disc_status s;
|
||||
struct burn_multi_caps *caps= NULL;
|
||||
IsoImage *image= NULL;
|
||||
int profile_number;
|
||||
char *profile_name= NULL, *reasons= NULL;
|
||||
@ -1413,8 +1412,6 @@ ex:;
|
||||
isoburn_igopt_destroy(&sopts, 0);
|
||||
if(burn_options != NULL)
|
||||
burn_write_opts_free(burn_options);
|
||||
if(caps != NULL)
|
||||
burn_disc_free_multi_caps(&caps);
|
||||
Xorriso_process_msg_queues(xorriso,0);
|
||||
Xorriso_append_scdbackup_record(xorriso, 0);
|
||||
Xorriso_free_meM(sfe);
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2015.11.09.095505"
|
||||
#define Xorriso_timestamP "2015.11.09.105122"
|
||||
|
Loading…
Reference in New Issue
Block a user