Keith Packard wrote:
> free(pScreen->devPrivate);
> + if (pScreen->devPrivate) {
> + FreePixmap(pScreen->devPrivate);
> + pScreen->devPrivate = NULL;
> + }
Shouldn't you delete the initial free then, so you're not referencing
the pointer you just free'd ?
--
-Alan Coopersmith- [email protected]
Oracle Solaris Platform Engineering: X Window System
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel