summaryrefslogtreecommitdiff
path: root/pith/adrbklib.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/adrbklib.c')
-rw-r--r--pith/adrbklib.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pith/adrbklib.c b/pith/adrbklib.c
index d03ea032..b7d28e0d 100644
--- a/pith/adrbklib.c
+++ b/pith/adrbklib.c
@@ -1066,8 +1066,10 @@ build_abook_tries(AdrBk *ab, char *warning)
}
}
- if(reverse)
+ if(reverse){
add_entry_to_trie(&ab->revfull_trie, reverse, (a_c_arg_t) entry_num);
+ fs_give((void **) &reverse);
+ }
if(forward && forward != ae->fullname)
fs_give((void **) &forward);