Modified to use f_new
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@581 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -106,7 +106,7 @@ int main( void)
|
||||
|
||||
// Create a record object
|
||||
|
||||
if( (pDefRec = new FlmRecord) == NULL)
|
||||
if( (pDefRec = f_new FlmRecord) == NULL)
|
||||
{
|
||||
rc = FERR_MEM;
|
||||
goto Exit;
|
||||
|
||||
Reference in New Issue
Block a user