Files
xserver/dix
Tiago Vignatti 274dca8f2c dix: don't free stranger pointers inside AllocARGBCursor
This seems a good convention to follow: if pointers are allocate outside a
given function, then free there as well when a failure occurs.

AllocARGBCursor and its callers were mixing up the freeing of resources and
causing a particular double free inside TileScreenSaver (srcbits and mskbits).

Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Reviewed-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com>
2011-04-07 19:57:57 +03:00
..
2010-05-13 06:16:48 +07:00
2003-11-14 16:49:22 +00:00
2003-11-14 15:54:54 +00:00
2011-04-04 15:41:47 +03:00
2010-10-13 09:24:06 -07:00
2010-11-11 23:20:35 +02:00
2011-03-08 13:17:24 -05:00
2010-12-06 19:15:26 -08:00
2009-08-28 23:29:05 -04:00
2011-03-01 07:58:06 -05:00
2011-03-28 10:06:32 +10:00