Fix double free in the case of LVDS disabled through quirks.
This commit is contained in:
parent
699fa88d25
commit
0ec4ffcb4e
|
|
@ -527,6 +527,5 @@ i830_lvds_init(ScrnInfoPtr pScrn)
|
|||
|
||||
disable_exit:
|
||||
xf86DestroyI2CBusRec(intel_output->pDDCBus, TRUE, TRUE);
|
||||
xfree(intel_output);
|
||||
xf86OutputDestroy(output);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue