aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/flate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/flate.cc')
-rw-r--r--libtests/flate.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libtests/flate.cc b/libtests/flate.cc
index a6d4eeb6..3da056ed 100644
--- a/libtests/flate.cc
+++ b/libtests/flate.cc
@@ -46,6 +46,7 @@ void run(char const* filename)
// Write to the both pipeline
def3->write(buf, len);
}
+ fclose(in1);
def1->finish();
delete def1;
@@ -69,6 +70,7 @@ void run(char const* filename)
{
inf2->write(buf, len);
}
+ fclose(in2);
inf2->finish();
delete inf2;