summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomash <thomash>2006-05-22 23:01:10 +0000
committerthomash <thomash>2006-05-22 23:01:10 +0000
commitb11bcf15368465c02300657393a563e9dd7b7b37 (patch)
tree580c7659ab5ef655113304d3fba0cdce2f43105c
parente58d7f5fc1e97f326e61c8c899446fea8b19ba9f (diff)
Bugzilla #6668 <https://bugs.freedesktop.org/show_bug.cgi?id=6668> Fix
critical unlibcwrap breakage. ("Morgoth")
-rw-r--r--ChangeLog6
-rw-r--r--src/via_dri.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6981d13..1c85261 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-23 Thomas Hellstrom <thomas-at-tungstengraphics.com>
+
+ * src/via_dri.c: (VIADRIFinishScreenInit):
+ Bugzilla #6668 <https://bugs.freedesktop.org/show_bug.cgi?id=6668>
+ Fix critical unlibcwrap breakage. ("Morgoth")
+
2006-04-07 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
diff --git a/src/via_dri.c b/src/via_dri.c
index 6951ae3..c0c2e2a 100644
--- a/src/via_dri.c
+++ b/src/via_dri.c
@@ -850,7 +850,6 @@ VIADRIFinishScreenInit(ScreenPtr pScreen)
drm_via_sarea_t *saPriv;
saPriv=(drm_via_sarea_t *)DRIGetSAREAPrivate(pScreen);
- assert(saPriv);
memset(saPriv, 0, sizeof(*saPriv));
saPriv->ctxOwner = -1;
}