MemLeak in recwrapper?

Hi,

is there an memleak in the TGenericRecordWrapper?
in the unit atSript.pas in the function TatVirtualMachine.ReturnOutputArgValue(AValue: TValue);
the TGenericRecordWrapper is created and returned (recWrapper := TGenericRecordWrapper.Create(AValue.TypeInfo);), but is it freed i get memleaks in this line.

Hi,


can you please provide a code snippet that reproduces the problem? What script are you using?