X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=blobdiff_plain;f=Debbugs%2FCGI%2FBugreport.pm;h=b1be2ed4dfe9e954ee36b25613b02b38e174ccb9;hp=1121516fe056d2f3ea1e521b50d6d6538c88fb84;hb=1f43fcbfe34bb248333af927d78a79a67dd77d90;hpb=79880fc0337d60e4ae4a931ee21ba328aaef6af9 diff --git a/Debbugs/CGI/Bugreport.pm b/Debbugs/CGI/Bugreport.pm index 1121516..b1be2ed 100644 --- a/Debbugs/CGI/Bugreport.pm +++ b/Debbugs/CGI/Bugreport.pm @@ -322,8 +322,6 @@ sub handle_email_message{ my $tempdir; if (not blessed $record) { my $parser = MIME::Parser->new(); - # Because we are using memory, not tempfiles, there's no need to - # clean up here like in Debbugs::MIME # this will be cleaned up once it goes out of scope $tempdir = File::Temp->newdir(); $parser->output_under($tempdir->dirname());