Module: Mesa Branch: master Commit: ee56c5e73b644c81255489d08ef66722d1565f53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee56c5e73b644c81255489d08ef66722d1565f53
Author: Maciej Cencora <[email protected]> Date: Sun Feb 8 02:28:27 2009 +0100 r300: silence valgrind Signed-off-by: Nicolai Haehnle <[email protected]> --- src/mesa/drivers/dri/r300/radeon_ioctl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/r300/radeon_ioctl.c b/src/mesa/drivers/dri/r300/radeon_ioctl.c index 36502eb..724016d 100644 --- a/src/mesa/drivers/dri/r300/radeon_ioctl.c +++ b/src/mesa/drivers/dri/r300/radeon_ioctl.c @@ -78,7 +78,7 @@ uint32_t radeonGetAge(radeonContextPtr radeon) { drm_radeon_getparam_t gp; int ret; - uint32_t age; + uint32_t age = 0; gp.param = RADEON_PARAM_LAST_CLEAR; gp.value = (int *)&age; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
