Fixes for the tree234 unit test: break its dependencies on half of the
[sgt/putty] / unix / uxgen.c
index 6c57917..7bed295 100644 (file)
@@ -32,5 +32,7 @@ char *get_random_data(int len)
        ngot += ret;
     }
 
+    close(fd);
+
     return buf;
 }