Fix double free in the case of LVDS disabled through quirks.

This commit is contained in:
Eric Anholt 2007-02-13 13:18:15 -08:00
parent 699fa88d25
commit 0ec4ffcb4e
1 changed files with 0 additions and 1 deletions

View File

@ -527,6 +527,5 @@ i830_lvds_init(ScrnInfoPtr pScrn)
disable_exit:
xf86DestroyI2CBusRec(intel_output->pDDCBus, TRUE, TRUE);
xfree(intel_output);
xf86OutputDestroy(output);
}