diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-10 14:07:28 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-10 14:07:28 -0400 |
commit | f650c1aeb06e957626bb0a74eddbb133f59dbecb (patch) | |
tree | a79690be3c2b4f57c412824658e2222ea2cc1570 /hw/xfree86/ddc | |
parent | 0660dd9d7009147c395b9ea904539f76f55b9a7f (diff) |
Revert "Don't leak EDID_block"
This reverts commit 05cdef18ca668ffc86b71033f71cfbd262cdd994.
http://lists.freedesktop.org/archives/xorg/2008-October/039305.html
Diffstat (limited to 'hw/xfree86/ddc')
-rw-r--r-- | hw/xfree86/ddc/xf86DDC.c | 1 |
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; |