Mesa (master): radeon-gallium: Shut up Valgrind.

Corbin Simpson csimpson at kemper.freedesktop.org
Sat May 9 02:41:22 UTC 2009


Module: Mesa
Branch: master
Commit: bed917641cfde06b9ff609760ba20b498a65cefa
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bed917641cfde06b9ff609760ba20b498a65cefa

Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri May  8 17:09:32 2009 -0700

radeon-gallium: Shut up Valgrind.

---

 src/gallium/winsys/drm/radeon/core/radeon_r300.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gallium/winsys/drm/radeon/core/radeon_r300.c b/src/gallium/winsys/drm/radeon/core/radeon_r300.c
index 5dcce20..556f1d9 100644
--- a/src/gallium/winsys/drm/radeon/core/radeon_r300.c
+++ b/src/gallium/winsys/drm/radeon/core/radeon_r300.c
@@ -147,9 +147,9 @@ static void radeon_r300_flush_cs(struct r300_winsys* winsys)
 /* Helper function to do the ioctls needed for setup and init. */
 static void do_ioctls(struct r300_winsys* winsys, int fd)
 {
-    struct drm_radeon_gem_info info;
-    drm_radeon_getparam_t gp;
-    int target;
+    struct drm_radeon_gem_info info = {0};
+    drm_radeon_getparam_t gp = {0};
+    int target = 0;
     int retval;
 
     gp.value = ⌖




More information about the mesa-commit mailing list