From 0ec4ffcb4e8e5e707e68bef1b13a324677f19f8f Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 13 Feb 2007 13:18:15 -0800 Subject: [PATCH] Fix double free in the case of LVDS disabled through quirks. --- src/i830_lvds.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/i830_lvds.c b/src/i830_lvds.c index 4c1afb05..642dd8a3 100644 --- a/src/i830_lvds.c +++ b/src/i830_lvds.c @@ -527,6 +527,5 @@ i830_lvds_init(ScrnInfoPtr pScrn) disable_exit: xf86DestroyI2CBusRec(intel_output->pDDCBus, TRUE, TRUE); - xfree(intel_output); xf86OutputDestroy(output); }