From 8335aab394760469448db08e3f8c6f503606e2df Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 16 Jun 2007 22:04:46 +0000 Subject: [PATCH] fixed bug amb399 --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40967 --- core/systems/ForwardSys.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/systems/ForwardSys.cpp b/core/systems/ForwardSys.cpp index 5087f253..321b4757 100644 --- a/core/systems/ForwardSys.cpp +++ b/core/systems/ForwardSys.cpp @@ -251,6 +251,8 @@ CForward *CForward::CreateForward(const char *name, ExecType et, unsigned int nu pForward->m_numparams = num_params; pForward->m_errstate = SP_ERROR_NONE; + pForward->m_functions.clear(); + return pForward; }