Commit 50373b67 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Merge branch 'imlib-cache-utilization' of https://github.com/ulteq/feh into...

Merge branch 'imlib-cache-utilization' of https://github.com/ulteq/feh into ulteq-imlib-cache-utilization
parents 4b72d9f3 a398b0d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1008,7 +1008,7 @@ void winwidget_rename(winwidget winwid, char *newname)
void winwidget_free_image(winwidget w)
{
	if (w->im)
		gib_imlib_free_image_and_decache(w->im);
		gib_imlib_free_image(w->im);
	w->im = NULL;
	w->im_w = 0;
	w->im_h = 0;