Comment 6 for bug 943880

Revision history for this message
Bryce Harrington (bryce) wrote : Re: Xorg crashed with SIGABRT in __libc_message() from XIDestroyDeviceProperty

#5 0xb767bd1b in XIDestroyDeviceProperty (prop=0xb98da700) at ../../Xi/xiproperty.c:631

static void
XIDestroyDeviceProperty (XIPropertyPtr prop)
{
    free(prop->value.data);
    free(prop); /* line 631 */
}

Odd. Race condition?