aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wrap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wrap.c b/src/wrap.c
index 3668d4b..018f9e3 100644
--- a/src/wrap.c
+++ b/src/wrap.c
@@ -812,7 +812,6 @@ static void first_fit(struct boxvec *boxes, double line_length,
void wrap_line_free(struct wrap_line *l)
{
bv_free(l->boxes);
- free(l->boxes);
}