--- parser3/src/main/execute.C 2003/10/02 07:26:46 1.299 +++ parser3/src/main/execute.C 2003/11/07 13:59:21 1.300 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_EXECUTE_C="$Date: 2003/10/02 07:26:46 $"; +static const char* IDENT_EXECUTE_C="$Date: 2003/11/07 13:59:21 $"; #include "pa_opcode.h" #include "pa_array.h" @@ -431,7 +431,7 @@ void Request::execute(ArrayOperation& op if(frame.junction.method->call_type!=Method::CT_STATIC) { // this is a constructor call - if(Value* value=called_class.create_new_value()) { + if(Value* value=called_class.create_new_value(fpool)) { // some stateless_class creatable derivates new_self=value; } else