commit | 160c31f78fb4eb747e50d077835dbb70dbdbbb9f | [log] [tgz] |
---|---|---|
author | Alon Levy <alevy@redhat.com> | Thu May 24 12:38:11 2012 +0300 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Fri Jun 22 10:46:12 2012 +0200 |
tree | 5887f3ded83585552e57456f825952cb30ce8e34 | |
parent | 47ecbdf07ed2c37bdfd2d77137d01bb319ce13da [diff] |
ui/spice-display.c: add missing initialization for valgrind We can't initialize QXLDevSurfaceCreate field by field because it has a pa hole, and so 4 bytes remain uninitialized when building on x86-64, so just memset. Signed-off-by: Alon Levy <alevy@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>