diff --git a/flac2mp3.pl b/flac2mp3.pl index ede51b3..1e7e060 100755 --- a/flac2mp3.pl +++ b/flac2mp3.pl @@ -698,6 +698,7 @@ sub transcode_file { # Convert the file (unless we're pretending} my $exit_value; if ( !$Options{pretend} ) { + unlink $tmpfilename; $exit_value = system($convert_command); } else {