summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2009-12-31 23:18:16 +0000
committerEzra Peisach <epeisach@mit.edu>2009-12-31 23:18:16 +0000
commitebfd96a98ccb8f7df042cadbeefa00ee4761b9fa (patch)
treec6f9b1e7dc8e20a1afb382674cd7cde9163c9f2a
parent487169eba0f8587b820ed2bbf59e00efb454baac (diff)
downloadkrb5-ebfd96a98ccb8f7df042cadbeefa00ee4761b9fa.tar.gz
krb5-ebfd96a98ccb8f7df042cadbeefa00ee4761b9fa.tar.xz
krb5-ebfd96a98ccb8f7df042cadbeefa00ee4761b9fa.zip
Free tinfo at end - so program runs with new memory leaks
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23559 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/tests/threads/init_ctx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/threads/init_ctx.c b/src/tests/threads/init_ctx.c
index 208104deb..162906019 100644
--- a/src/tests/threads/init_ctx.c
+++ b/src/tests/threads/init_ctx.c
@@ -274,5 +274,6 @@ main (int argc, char *argv[])
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;
}