Closed a memory leak found by valgrind
This commit is contained in:
parent
3b9116b827
commit
a069482295
@ -2277,6 +2277,8 @@ ex:;
|
|||||||
Spotlist_destroy(spotlist, 0);
|
Spotlist_destroy(spotlist, 0);
|
||||||
if(caps!=NULL)
|
if(caps!=NULL)
|
||||||
burn_disc_free_multi_caps(&caps);
|
burn_disc_free_multi_caps(&caps);
|
||||||
|
if(isoburn_disc != NULL)
|
||||||
|
isoburn_toc_disc_free(isoburn_disc);
|
||||||
return(ret);
|
return(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2011.05.02.211401"
|
#define Xorriso_timestamP "2011.05.03.063012"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user