diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2017-12-28 17:19:11 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2017-12-28 17:19:11 +0100 | 
| commit | 51ed4f02a56ac292a95f4347fbd0d385335a239c (patch) | |
| tree | 6f5cee170f8dcee17ae9e974b32f0ff47caded21 /src | |
| parent | 4b72d9f3e11786f4d052b02ca777019670579e72 (diff) | |
| parent | 50373b6789008914474f7265f7af7be9216bb54d (diff) | |
Merge branch 'ulteq-imlib-cache-utilization'
Diffstat (limited to 'src')
| -rw-r--r-- | src/winwidget.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/winwidget.c b/src/winwidget.c index 81f3c4f..7ee63c2 100644 --- a/src/winwidget.c +++ b/src/winwidget.c @@ -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; | 
