Closed a memory leak found by valgrind

This commit is contained in:
Thomas Schmitt 2011-05-03 06:29:50 +00:00
parent 1406459bd2
commit 710ed4a135
2 changed files with 3 additions and 1 deletions

View File

@ -2277,6 +2277,8 @@ ex:;
Spotlist_destroy(spotlist, 0);
if(caps!=NULL)
burn_disc_free_multi_caps(&caps);
if(isoburn_disc != NULL)
isoburn_toc_disc_free(isoburn_disc);
return(ret);
}

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.05.02.211401"
#define Xorriso_timestamP "2011.05.03.063012"