aboutsummaryrefslogtreecommitdiff
path: root/src/txtacc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/txtacc.c')
-rw-r--r--src/txtacc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txtacc.c b/src/txtacc.c
index 5d42657..810601c 100644
--- a/src/txtacc.c
+++ b/src/txtacc.c
@@ -192,7 +192,7 @@ grecs_txtacc_free_string(struct grecs_txtacc *acc, char *str)
struct grecs_txtacc_entry *tp = ep->data;
if (tp->buf == str) {
grecs_list_remove_entry(acc->mem, ep);
- grecs_free(tp->buf);
+ grecs_txtacc_entry_free(tp);
return;
}
}

Return to:

Send suggestions and report system problems to the System administrator.