XFLAIM modifications to use FTK.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@384 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -74,7 +74,7 @@ RCODE getTest( IFlmTest ** ppTest)
|
||||
{
|
||||
RCODE rc = NE_XFLM_OK;
|
||||
|
||||
if( (*ppTest = new SortKeyTest2Impl) == NULL)
|
||||
if( (*ppTest = f_new SortKeyTest2Impl) == NULL)
|
||||
{
|
||||
rc = NE_XFLM_MEM;
|
||||
goto Exit;
|
||||
|
||||
Reference in New Issue
Block a user