K 10 svn:author V 5 peter K 8 svn:date V 27 2001-01-07T20:52:42.000000Z K 7 svn:log V 163 This cannot possibly be right: foo(int *nret) { for (i = 0; i < nret; i++) { free(array[i], .... Fix to do the logically correct thing.. (s/nret/*nret/) END