SVN revision: 4149
This commit is contained in:
Carsten Haitzler 2001-01-24 05:06:51 +00:00
parent be537a334c
commit 9cc5944b2b
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ __imlib_CleanupImagePixmapCache(void)
__imlib_ConsumeImagePixmap(ip_last); __imlib_ConsumeImagePixmap(ip_last);
} }
} }
while ((current_cache > cache_size) || (operation)) while ((current_cache > cache_size) && (operation))
{ {
ip_last = NULL; ip_last = NULL;
operation = 0; operation = 0;