mmomtchev/exprtk.js

minor memory leak when `Expression()` constructor throws

mmomtchev opened this issue · 0 comments

The Expression() constructor leaks 40 bytes when it throws on invalid vector name:

new Float64Expression('a', ['a'], { '1x': 5 });