aboutsummaryrefslogtreecommitdiffstats
path: root/lib/readline/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/readline/history.c')
-rw-r--r--lib/readline/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/readline/history.c b/lib/readline/history.c
index 8e613bb..d7894cf 100644
--- a/lib/readline/history.c
+++ b/lib/readline/history.c
@@ -338,7 +338,7 @@ free_history_entry (hist)
FREE (hist->line);
FREE (hist->timestamp);
x = hist->data;
- free (hist);
+ xfree (hist);
return (x);
}