Update of /cvsroot/pure-data/externals/grill/py/source In directory sc8-pr-cvs1:/tmp/cvs-serv345/source
Modified Files: pyext.cpp Log Message: ""
Index: pyext.cpp =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/source/pyext.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** pyext.cpp 4 Jun 2003 02:38:08 -0000 1.6 --- pyext.cpp 17 Oct 2003 02:47:01 -0000 1.7 *************** *** 382,386 **** work_data *w = (work_data *)data; work(w->n,w->Header(),w->Count(),w->Atoms()); ! // delete w; } --thrcount; --- 382,386 ---- work_data *w = (work_data *)data; work(w->n,w->Header(),w->Count(),w->Atoms()); ! delete w; } --thrcount;