aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/source/pyext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/py/source/pyext.cpp')
-rw-r--r--externals/grill/py/source/pyext.cpp2
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;
}