Skip to content

Commit

Permalink
chafa_canvas_print_rows: term_info leak
Browse files Browse the repository at this point in the history
  • Loading branch information
korei999 authored and hpjansson committed Jan 11, 2025
1 parent 8551beb commit 05e7609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chafa/chafa-canvas.c
Original file line number Diff line number Diff line change
Expand Up @@ -1877,6 +1877,8 @@ chafa_canvas_print_rows (ChafaCanvas *canvas, ChafaTermInfo *term_info,
if (array_len_out)
*array_len_out = 1;
}

chafa_term_info_unref (term_info);
}

/**
Expand Down

0 comments on commit 05e7609

Please sign in to comment.