summaryrefslogtreecommitdiff
path: root/src/i830_lvds.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-02-13 13:18:15 -0800
committerEric Anholt <eric@anholt.net>2007-02-13 13:18:15 -0800
commit0ec4ffcb4e8e5e707e68bef1b13a324677f19f8f (patch)
treec8e1cea8aabc7bf94efb093645da18cfbdff460e /src/i830_lvds.c
parent699fa88d2570de6173e2d866e11b7437f4842d74 (diff)
Fix double free in the case of LVDS disabled through quirks.
Diffstat (limited to 'src/i830_lvds.c')
-rw-r--r--src/i830_lvds.c1
1 files changed, 0 insertions, 1 deletions
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);
}