summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-10 14:07:28 -0400
committerAdam Jackson <ajax@redhat.com>2008-10-10 14:07:28 -0400
commitf650c1aeb06e957626bb0a74eddbb133f59dbecb (patch)
treea79690be3c2b4f57c412824658e2222ea2cc1570
parent0660dd9d7009147c395b9ea904539f76f55b9a7f (diff)
Revert "Don't leak EDID_block"
This reverts commit 05cdef18ca668ffc86b71033f71cfbd262cdd994. http://lists.freedesktop.org/archives/xorg/2008-October/039305.html
-rw-r--r--hw/xfree86/ddc/xf86DDC.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/ddc/xf86DDC.c b/hw/xfree86/ddc/xf86DDC.c
index ad8feef16..0d8677637 100644
--- a/hw/xfree86/ddc/xf86DDC.c
+++ b/hw/xfree86/ddc/xf86DDC.c
@@ -249,7 +249,6 @@ xf86DoEEDID(int scrnIndex, I2CBusPtr pBus, Bool complete)
tmp = xf86InterpretEEDID(scrnIndex, EDID_block);
}
- xfree(EDID_block);
if (tmp && complete)
tmp->flags |= EDID_COMPLETE_RAWDATA;