mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 23:51:20 +02:00
2024-04-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'RDTempDirectory' that failed to remove a temporary directory after use. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -105,6 +105,7 @@ RDFormPost::RDFormPost(RDFormPost::Encoding encoding,bool auto_delete)
|
||||
|
||||
if((s=read(0,first,1))<=0) {
|
||||
post_error=RDFormPost::ErrorMalformedData;
|
||||
delete post_tempdir;
|
||||
return;
|
||||
}
|
||||
post_bytes_downloaded+=1;
|
||||
|
Reference in New Issue
Block a user