src/hg/instinct/bioInt2/populateDb.c 1.9
1.9 2009/04/27 22:05:48 jsanborn
added drill down into meta-genes
Index: src/hg/instinct/bioInt2/populateDb.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/populateDb.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/hg/instinct/bioInt2/populateDb.c 27 Apr 2009 18:13:34 -0000 1.8
+++ src/hg/instinct/bioInt2/populateDb.c 27 Apr 2009 22:05:48 -0000 1.9
@@ -693,9 +693,9 @@
{
struct slDouble *sdList = el->val;
slAddTail(&sdList, sd);
}
- freeMem(&name);
+ freeMem(name);
}
}
boolean reduceDataHash(struct hash *dataHash, double *retMed, double *retStd)