diff options
author | Thomas White <taw@bitwiz.org.uk> | 2016-02-28 12:28:42 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2016-02-28 12:28:42 +0100 |
commit | cfafd6eaced69313a0ffebc4f1dba9f6e99b2438 (patch) | |
tree | 2bdc949c7d99001c99fb43de5db950db52acdccb /src | |
parent | 9c72012798f35ca256d34fc044ba21abfe65af0a (diff) |
Fix a double free
Diffstat (limited to 'src')
-rw-r--r-- | src/wrap.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); } |