aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/source
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-10-17 02:47:01 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-10-17 02:47:01 +0000
commit0d28c65db3a665bcc5045c8885a83ba83ae46f4a (patch)
treeb36ef7edf31f6950a03a9a0a5e54905dbb6de054 /externals/grill/py/source
parent5ef85160f748c0963030a30868c6c23183f7a14b (diff)
""
svn path=/trunk/; revision=1100
Diffstat (limited to 'externals/grill/py/source')
-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;
}