xserver ChangeLog,3.281,3.282
Eric Anholt <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: anholt Update of /cvs/xserver/xserver In directory gabe:/tmp/cvs-serv29185 Modified Files: ChangeLog Log Message: Fix a leak of a region when the driver's CheckComposite fails. Index: ChangeLog =================================================================== RCS file: /cvs/xserver/xserver/ChangeLog,v retrieving revision 3.281 retrieving revision 3.282 diff -u -d -r3.281 -r3.282 --- ChangeLog 25 Jan 2005 01:38:26 -0000 3.281 +++ ChangeLog 25 Jan 2005 01:40:18 -0000 3.282 @@ -1,5 +1,10 @@ 2005-01-24 Eric Anholt <[email protected]> + * hw/kdrive/src/kaapict.c: (kaaTryDriverComposite): + Fix a leak of a region when the driver's CheckComposite fails. + +2005-01-24 Eric Anholt <[email protected]> + * hw/kdrive/ati/ati_dri.c: (ATIDRIGetBuffer): Silence a warning about uninitialized variable (though it would be).