Skip to content
Snippets Groups Projects
Commit c6cca6a3 authored by Adam Jackson's avatar Adam Jackson :headphones:
Browse files

Fix read-from-uninitialized in s3vMakeCurrent()

parent 29c88396
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,7 @@ s3vMakeCurrent(__DRIcontextPrivate *driContextPriv,
s3vContextPtr vmesa;
__DRIdrawablePrivate *dPriv = driDrawPriv;
vmesa = (s3vContextPtr) dPriv->driContextPriv->driverPrivate;
DEBUG(("s3vMakeCurrent\n"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment