File inn-writedumpfilefp.dif of Package inn
--- ./backends/ninpaths.c.orig 2009-09-04 09:43:33.000000000 +0000
+++ ./backends/ninpaths.c 2009-09-04 09:44:36.000000000 +0000
@@ -204,6 +204,7 @@ writedumpfile(const char *n)
if (d) {
if (writedump(d)<0)
unlink(buf);
+ fclose(d);
} else {
perror("writedumpfile: fopen");
}