=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Kan/poly3.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- OpenXM/src/kan96xx/Kan/poly3.c 2002/09/08 10:49:50 1.6 +++ OpenXM/src/kan96xx/Kan/poly3.c 2004/02/23 09:03:42 1.7 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM/src/kan96xx/Kan/poly3.c,v 1.5 2002/02/09 06:21:02 takayama Exp $ */ +/* $OpenXM: OpenXM/src/kan96xx/Kan/poly3.c,v 1.6 2002/09/08 10:49:50 takayama Exp $ */ #include #include "datatype.h" #include "extern2.h" @@ -31,8 +31,8 @@ void initT(void) { DList = (int *)sGC_malloc(sizeof(int)*Lsize*N0); MList = (int *)sGC_malloc(sizeof(int)*Lsize*N0); */ - DList = (int *)malloc(sizeof(int)*Lsize*N0); - MList = (int *)malloc(sizeof(int)*Lsize*N0); + DList = (int *)sGC_malloc(sizeof(int)*Lsize*N0); + MList = (int *)sGC_malloc(sizeof(int)*Lsize*N0); RList = (POLY *)sGC_malloc(sizeof(POLY)*Lsize); RListRoot = (POLY *)sGC_malloc(sizeof(POLY)*Lsize);