From aa1b385e1cee1d73fb11b89ac34484bd20893973 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 14 Feb 2008 20:38:18 +0000 Subject: [PATCH] --- ase/cmn/map.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ase/cmn/map.c b/ase/cmn/map.c index 954c9e30..5b46ccb4 100644 --- a/ase/cmn/map.c +++ b/ase/cmn/map.c @@ -12,7 +12,6 @@ static int rehash (ase_map_t* map); #define FREE_PAIR(map,pair) \ do { \ - ASE_FREE ((map)->mmgr, (ase_char_t*)ASE_PAIR_KEYPTR(pair)); \ if ((map)->freeval != ASE_NULL) \ (map)->freeval ((map)->owner, ASE_PAIR_VAL(pair)); \ ASE_FREE ((map)->mmgr, pair); \