Scilab: missing delete variable in scilab program

This commit is contained in:
Simon Marchetto 2013-07-22 17:41:45 +02:00
commit ae92e24b0c

View file

@ -221,6 +221,8 @@ public:
Close(beginSection);
Delete(beginSection);
Delete(sourceFileList);
return SWIG_OK;
}