Sun Oct 3 14:43:23 PDT 1999

(Raster)

have the imagelcass pixmap freere read the pixmap id right.


SVN revision: 620
This commit is contained in:
Carsten Haitzler 1999-10-03 19:02:09 +00:00
parent 4510b48bd1
commit 3120ef9f99
2 changed files with 8 additions and 1 deletions

View File

@ -2903,3 +2903,10 @@ Sun Oct 3 13:18:30 PDT 1999
patch to have only one dialog box for logging out, courtesy of
"Daniel Erat" <erat@cats.ucsc.edu>
-------------------------------------------------------------------------------
Sun Oct 3 14:43:23 PDT 1999
(Raster)
have the imagelcass pixmap freere read the pixmap id right.

View File

@ -1630,7 +1630,7 @@ IPC_ImageClass(char *params, Client * c)
{
Pixmap p;
word(params, 2, param3);
word(params, 3, param3);
p = atoi(param3);
Imlib_free_pixmap(id, p);
}