Avoided release-grab cycle in cdrskin -msinfo

This commit is contained in:
Thomas Schmitt 2011-10-11 14:58:28 +00:00
parent dcf6f74e5a
commit d6c8792a24
1 changed files with 0 additions and 7 deletions

View File

@ -6838,13 +6838,6 @@ put_out:;
}
ret= 1;
ex:;
/* must calm down my NEC ND-4570A afterwards */
if(skin->verbosity>=Cdrskin_verbose_debuG)
ClN(fprintf(stderr,"cdrskin_debug: doing extra release-grab cycle\n"));
Cdrskin_release_drive(skin,0);
Cdrskin_grab_drive(skin,0);
Cdrskin_release_drive(skin,0);
return(ret);
}