Re: [Arsperl-users] ars_CreateEntry crashing perl

2007-06-20 Thread John Unsworth
] On Behalf Of John Unsworth Sent: 14 June 2007 12:25 To: arsperl-users@arsperl.org Subject: Re: [Arsperl-users] ars_CreateEntry crashing perl This crash is caused because the memory management is incorrect. Memory is allocated for the field values by AMALLOCNN(fieldList.fieldValueList,c

Re: [Arsperl-users] ars_CreateEntry crashing perl

2007-06-14 Thread John Unsworth
This crash is caused because the memory management is incorrect. Memory is allocated for the field values by AMALLOCNN(fieldList.fieldValueList,c,ARFieldValueStruct); and released by a call to FreeARFieldValueList(&fieldList, FALSE); These used to be Newz(777,fieldList.fieldVal