Hi Zecke,
On Wed, Aug 11, 2010 at 04:39:44AM +0800, Holger Hans Peter Freyther wrote:
we also have a similiar issue with the subscriber_put in the exit function... the only fix I can think of is to move every node that frees data before the CONFIG_NODE so we will not have the "auto fixup" code of VTY.
sounds fair to me. The auto-fixup code needs to be there for config file parsing, where we never really know when to return from a sub-level back to its parent, as there is no explicit 'exit' in the config file.