(cherry picked from commit ddef7dc87b)
tags/mesa_7_5_1
| @@ -804,6 +804,9 @@ intelDestroyContext(__DRIcontextPrivate * driContextPriv) | |||
| /* free the Mesa context */ | |||
| _mesa_free_context_data(&intel->ctx); | |||
| FREE(intel); | |||
| driContextPriv->driverPrivate = NULL; | |||
| } | |||
| } | |||