Skip to content

Commit

Permalink
ChafaTermInfo: Free the name field too
Browse files Browse the repository at this point in the history
  • Loading branch information
hpjansson committed Nov 15, 2024
1 parent 06fdded commit ae06557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chafa/chafa-term-info.c
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ chafa_term_info_unref (ChafaTermInfo *term_info)
for (i = 0; i < CHAFA_TERM_SEQ_MAX; i++)
g_free (term_info->unparsed_str [i]);

g_free (term_info->name);
g_free (term_info);
}
}
Expand Down

0 comments on commit ae06557

Please sign in to comment.