diff options
Diffstat (limited to 'externals/grill/py/source')
-rw-r--r-- | externals/grill/py/source/pyext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/py/source/pyext.cpp b/externals/grill/py/source/pyext.cpp index ddd9fda6..39981beb 100644 --- a/externals/grill/py/source/pyext.cpp +++ b/externals/grill/py/source/pyext.cpp @@ -381,7 +381,7 @@ V pyext::work_wrapper(V *data) { work_data *w = (work_data *)data; work(w->n,w->Header(),w->Count(),w->Atoms()); -// delete w; + delete w; } --thrcount; } |