diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-01-13 01:02:01 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-01-13 01:02:01 +0000 |
commit | ac296d9137b02753bc79a9930d168855adea9c95 (patch) | |
tree | a17a96dbd6b03c47c6080ba2d097353e4f281fb1 /ChangeLog | |
parent | dd98ce78407c9eddd7adaad1d73d6910e6949b87 (diff) |
When failing to parse MetaModes, reset CRT2pScrn to NULL after free'ing it
so we don't crash when trying to use it later (such as in
RADEONFreeRec).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-01-12 Alan Coopersmith <alan.coopersmith@sun.com> + + * src/radeon_driver.c (RADEONPreInitModes): + When failing to parse MetaModes, reset CRT2pScrn to NULL after + free'ing it so we don't crash when trying to use it later + (such as in RADEONFreeRec). + 2006-01-08 Adam Jackson <ajax@freedesktop.org> * src/radeon.h: |