https://bugzilla.novell.com/show_bug.cgi?id=652523 https://bugzilla.novell.com/show_bug.cgi?id=652523#c19 --- Comment #19 from Jeff Mahoney <jeffm@novell.com> 2010-12-08 01:04:28 UTC --- Seems mine is different as mine is in free(), not malloc. But, if it'll help: (gdb) list *+0x8528 0x8528 is in exaDestroyPixmap_mixed (exa_mixed.c:259). 254 pExaScr->info->DestroyPixmap(pScreen, pExaPixmap->driverPriv); 255 pExaPixmap->driverPriv = NULL; 256 257 if (pExaPixmap->pDamage) { 258 free(pExaPixmap->sys_ptr); 259 pExaPixmap->sys_ptr = NULL; 260 pExaPixmap->pDamage = NULL; 261 } 262 } 263 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.