aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 9b3ab06..f7f0e83 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -85,7 +85,7 @@ void renew_frame(struct frame *fr)
if ( fr == NULL ) return;
for ( i=0; i<fr->n_lines; i++ ) {
- // wrap_line_free(&fr->lines[i]);
+ wrap_line_free(&fr->lines[i]);
}
free(fr->lines);
fr->lines = NULL;