

jclose() before exit in the testing programs.



---

 cur-root/tests/performance/paralell.c  |    1 +
 cur-root/tests/performance/streaming.c |    1 +
 2 files changed, 2 insertions(+)

diff -puN tests/performance/paralell.c~jclose_on_end tests/performance/paralell.c
--- cur/tests/performance/paralell.c~jclose_on_end	2004-06-02 12:51:44.053300680 -0300
+++ cur-root/tests/performance/paralell.c	2004-06-02 12:52:14.070737336 -0300
@@ -116,6 +116,7 @@ int main(int argc, char **argv)
 		pthread_join(*(threads + i), NULL);
 	}
 
+	jclose(&fs);
 	return 0;
 }
 
diff -puN tests/performance/streaming.c~jclose_on_end tests/performance/streaming.c
--- cur/tests/performance/streaming.c~jclose_on_end	2004-06-02 12:51:48.409638416 -0300
+++ cur-root/tests/performance/streaming.c	2004-06-02 12:52:32.282968656 -0300
@@ -76,6 +76,7 @@ int main(int argc, char **argv)
 	
 	printf("%d %d %f %f\n", mb, blocksize, seconds, mb_per_sec);
 
+	jclose(&fs);
 	return 0;
 }
 

_
