Closed a small memory leak with cdrskin -msinfo

This commit is contained in:
Thomas Schmitt 2013-09-04 11:16:12 +00:00
parent 9e02c17004
commit 8d2e14a0b9
1 changed files with 2 additions and 0 deletions

View File

@ -7959,6 +7959,8 @@ put_out:;
}
ret= 1;
ex:;
if(disc!=NULL)
burn_disc_free(disc);
return(ret);
}