src/hg/lib/liftOver.c 1.45
1.45 2009/07/24 20:22:34 hiram
Restore a chainFree() to eliminate a memory leak
Index: src/hg/lib/liftOver.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/liftOver.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -b -B -U 4 -r1.44 -r1.45
--- src/hg/lib/liftOver.c 15 Jul 2009 04:14:50 -0000 1.44
+++ src/hg/lib/liftOver.c 24 Jul 2009 20:22:34 -0000 1.45
@@ -118,9 +118,9 @@
*pStart = subChain->qSize - subChain->qEnd;
*pEnd = subChain->qSize - subChain->qStart;
}
*subChainRet = subChain;
-//chainFree(&freeChain);
+chainFree(&freeChain);
return ok;
}
static char *remapRange(struct hash *chainHash, double minRatio,