X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Foutput%2Frender-test.c;h=421b9be0663dd6a2abc8793fba4e2e995e239a99;hb=1aef11b9589a534333bbecd528efe1022a4bb9bb;hp=e5eea91d94fefd0b2f9ae921e87699bf3b5eb5bf;hpb=9ceda5b4082cf665b5279cc5c56ecbe4fd44fb15;p=pspp diff --git a/tests/output/render-test.c b/tests/output/render-test.c index e5eea91d94..421b9be066 100644 --- a/tests/output/render-test.c +++ b/tests/output/render-test.c @@ -22,6 +22,7 @@ #include #include +#include "data/file-handle-def.h" #include "libpspp/assertion.h" #include "libpspp/compiler.h" #include "libpspp/string-map.h" @@ -126,6 +127,7 @@ main (int argc, char **argv) fclose (input); output_engine_pop (); + fh_done (); return 0; }