Skip to content

Commit

Permalink
Revert "Does this fix the memory leak?"
Browse files Browse the repository at this point in the history
This reverts commit e46fbdd.
  • Loading branch information
oshaboy committed Nov 4, 2023
1 parent e46fbdd commit 65b9706
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/chafa/chafa.c
Original file line number Diff line number Diff line change
Expand Up @@ -2897,10 +2897,7 @@ run_generic (const gchar *filename, gboolean is_first_file, gboolean is_first_fr

chafa_free_gstring_array (gsa);
}
chafa_frame_unref (canvas->image->frame);
chafa_image_unref (canvas->image);
chafa_canvas_unref(canvas);

if (is_animation)
{
/* Account for time spent converting and printing frame */
Expand Down

0 comments on commit 65b9706

Please sign in to comment.