http://ftp.x.org/contrib/applications/xscreensaver-3.24.tar.gz
[xscreensaver] / hacks / xteevee.c
index fb515f6de6ce308d63f05b7f2f9edcd7d1be9f72..4d838bfd4e61de09c7dc10603a44706f7e4c66fc 100644 (file)
@@ -241,6 +241,12 @@ void xteevee_Static(Display* x_Disp,Window x_Win,XWindowAttributes* x_WinAttr,
                 x_Gc[color_Index]);
                XFreeGC(x_Disp,x_Gc[color_Index]);
        }
+
+       for (tile_Index = 0;tile_Index < XTEEVEE_STATIC_TILE_COUNT;
+        tile_Index++)
+       {
+               XFreePixmap(x_Disp, tile_Tile[tile_Index]);
+       }
 }
 
 /* Vertical Roll =========================================================== */