CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/15 07:24:52
Modified files:
usr.sbin/eigrpd: parse.y
Log message:
Properly implement the clear_config() function.
We need to free the internal pointers of the eigrpd_conf struct, not
only the main struct. This avoids memory leaks when a config reload
happens to fail (e.g. due to a syntax error).
