From ebfd96a98ccb8f7df042cadbeefa00ee4761b9fa Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Thu, 31 Dec 2009 23:18:16 +0000 Subject: [PATCH] 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 --- src/tests/threads/init_ctx.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.26.2