diff --git a/dix/cursor.c b/dix/cursor.c index 0820b18ad..cd8305c6c 100644 --- a/dix/cursor.c +++ b/dix/cursor.c @@ -134,12 +134,8 @@ FreeCursor(pointer value, XID cid) CursorPtr RefCursor(CursorPtr cursor) { - ErrorF("%s ::::: cursor is %p", __func__, cursor); - if (cursor) { - xorg_backtrace(); + if (cursor) cursor->refcnt++; - } - ErrorF("\n"); return cursor; }