Removed an effectively unused variable. Coverity CID 28715.

This commit is contained in:
Thomas Schmitt 2015-11-09 10:51:45 +00:00
parent dff591b0d8
commit 867da57934
2 changed files with 1 additions and 4 deletions

View File

@ -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);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2015.11.09.095505"
#define Xorriso_timestamP "2015.11.09.105122"