CNMAT / libo

10 stars 4 forks source link

check expr_parser.y file for leaks #17

Closed ramagottfried closed 3 years ago

ramagottfried commented 7 years ago

there may be some leaks in the expr_parser rules, were $1 is not freed before returning (in particular when returning 1).