This commit is contained in:
parent
3550a7b976
commit
aa1b385e1c
@ -12,7 +12,6 @@ static int rehash (ase_map_t* map);
|
|||||||
|
|
||||||
#define FREE_PAIR(map,pair) \
|
#define FREE_PAIR(map,pair) \
|
||||||
do { \
|
do { \
|
||||||
ASE_FREE ((map)->mmgr, (ase_char_t*)ASE_PAIR_KEYPTR(pair)); \
|
|
||||||
if ((map)->freeval != ASE_NULL) \
|
if ((map)->freeval != ASE_NULL) \
|
||||||
(map)->freeval ((map)->owner, ASE_PAIR_VAL(pair)); \
|
(map)->freeval ((map)->owner, ASE_PAIR_VAL(pair)); \
|
||||||
ASE_FREE ((map)->mmgr, pair); \
|
ASE_FREE ((map)->mmgr, pair); \
|
||||||
|
Loading…
Reference in New Issue
Block a user