svn rev #23559: trunk/src/tests/threads/
epeisach@MIT.EDU
epeisach at MIT.EDU
Thu Dec 31 18:18:19 EST 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=23559
Commit By: epeisach
Log Message:
Free tinfo at end - so program runs with new memory leaks.
Changed Files:
U trunk/src/tests/threads/init_ctx.c
Modified: trunk/src/tests/threads/init_ctx.c
===================================================================
--- trunk/src/tests/threads/init_ctx.c 2009-12-31 23:13:56 UTC (rev 23558)
+++ trunk/src/tests/threads/init_ctx.c 2009-12-31 23:18:16 UTC (rev 23559)
@@ -274,5 +274,6 @@
100 * total / wallclock / n_threads);
printf ("Total CPU use per iteration per thread: %Lfms\n",
1000 * total / n_threads / iter_count);
+ free(tinfo);
return 0;
}
More information about the cvs-krb5
mailing list