|
From: <kin...@us...> - 2004-02-29 15:59:31
|
Update of /cvsroot/teem/teem/src/mite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25350 Modified Files: thread.c Log Message: fixed memory leak in miteThreadNix Index: thread.c =================================================================== RCS file: /cvsroot/teem/teem/src/mite/thread.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** thread.c 29 Feb 2004 13:42:41 -0000 1.11 --- thread.c 29 Feb 2004 15:49:10 -0000 1.12 *************** *** 69,72 **** --- 69,73 ---- AIR_FREE(mtt->ansMiteVal); + AIR_FREE(mtt->directAnsMiteVal); AIR_FREE(mtt); return NULL; |