Son of a raster! I think I just found the memory leak. I shall now hide

in shame.  Perhaps giblet should take over Eterm development.


SVN revision: 3466
This commit is contained in:
Michael Jennings 2000-09-14 19:08:08 +00:00
parent bf71551d04
commit 1051a20dd2
1 changed files with 1 additions and 1 deletions

View File

@ -1223,8 +1223,8 @@ __imlib_FreePixmap(Display * d, Pixmap p)
{
#ifdef DEBUG_CACHE
fprintf(stderr, "[Imlib2] Pixmap 0x%08x not found. Freeing.\n", p);
XFreePixmap(d, p);
#endif
XFreePixmap(d, p);
}
}