] 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
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
2 matches
Mail list logo