projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
[bug_14300] double free fixed
[scilab.git]
/
scilab
/
modules
/
ast
/
src
/
cpp
/
ast
/
runvisitor.cpp
diff --git
a/scilab/modules/ast/src/cpp/ast/runvisitor.cpp
b/scilab/modules/ast/src/cpp/ast/runvisitor.cpp
index
8e23539
..
2ae8441
100644
(file)
--- a/
scilab/modules/ast/src/cpp/ast/runvisitor.cpp
+++ b/
scilab/modules/ast/src/cpp/ast/runvisitor.cpp
@@
-370,7
+370,6
@@
void RunVisitorT<T>::visitprivate(const FieldExp &e)
}
catch (std::wstring & err)
{
- pValue->killMe();
CoverageInstance::stopChrono((void*)&e);
throw InternalError(err.c_str(), 999, e.getTail()->getLocation());
}