Skip to content
Snippets Groups Projects
Commit f846eb55 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Fix memory leak in feh_draw_exif

parent d473ac13
No related branches found
No related tags found
No related merge requests found
......@@ -1191,6 +1191,7 @@ void feh_draw_exif(winwidget w)
info_buf[i], IMLIB_TEXT_TO_RIGHT, 0, 0, 0, 255);
gib_imlib_text_draw(im, fn, NULL, 1, (i * line_height) + 1,
info_buf[i], IMLIB_TEXT_TO_RIGHT, 255, 255, 255, 255);
free(info_buf[i]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment