From: marcobrucale Date: Fri, 27 Jun 2008 08:55:37 +0000 (+0000) Subject: added a couple of 'del' commands at the end to avoid possible memory leaks X-Git-Tag: 0.9.0~83 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c7732170553fb5d5562762d3bfb3a4d759f5b137;p=hooke.git added a couple of 'del' commands at the end to avoid possible memory leaks --- diff --git a/generalclamp.py b/generalclamp.py index 24ad22b..4ac30e7 100644 --- a/generalclamp.py +++ b/generalclamp.py @@ -245,5 +245,7 @@ class generalclampCommands: else: flag=False + del trimmed_defl,trimmed_zpiezo,trimmed_imposed + return flag \ No newline at end of file