CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/02/22 03:31:28
Modified files:
usr.bin/mg : interpreter.c
Log message:
fix two leaks in interpreter.c; from Han Boetes (hboetes at gmail)
- upon redefinition of a variable, free the content of the old varentry
- free v1 if strndup fails, and delay the SLIST_INSERT_HEAD
