This commit is contained in:
hyung-hwan 2008-05-25 07:09:32 +00:00
parent 26b09d6fc1
commit dc9036c6ba

View File

@ -16,7 +16,7 @@ ase_tgp_t* ase_tgp_open (ase_mmgr_t* mmgr)
{
ase_tgp_t* tgp;
if (mmgr == ASE_NULL) mmgr = ase_get_mmgr ();
if (mmgr == ASE_NULL) mmgr = ase_getmmgr ();
ASE_ASSERT (mmgr != ASE_NULL);
tgp = ASE_MALLOC (mmgr, ASE_SIZEOF(*tgp));