This commit is contained in:
Viktor Szakats
2008-06-03 08:46:05 +00:00
parent 71eb525cdf
commit 833a542353

View File

@@ -199,14 +199,14 @@ HB_FUNC( SYSTEMPARAMETERSINFO )
if( ISBYREF( 3 ) )
{
if( ! hb_storclen_buffer( cText, hb_itemGetCLen( pBuffer ), 3 ) )
hb_xfree( xText );
hb_xfree( cText );
hb_retl( TRUE );
return;
}
}
hb_xfree( xText );
hb_xfree( cText );
}
hb_retl( FALSE );