diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-06-03 10:23:57 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2006-06-03 10:23:57 +0000 |
commit | c6f65af419d14a753459a71a671baafd84fa1330 (patch) | |
tree | 3221b461e94445dc789ae7ae658bb47490ac8033 /ChangeLog | |
parent | 8adc6fe181991af8befb0f365360e9a68357da29 (diff) |
Bug #5268: Fix small memory leak. (Matthias Clasen). Change some return 0sxcursor-1_1_7
to NULL. Bump to 1.1.7.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-06-03 Daniel Stone <daniel@freedesktop.org> + + * configure.ac: + * include/X11/Xcursor/Xcursor.h: + Bump to 1.1.7. + + * src/file.c: + Bug #5268: Fix small memory leak. (Matthias Clasen) + Change some return 0's to NULL. + 2006-04-27 Eric Anholt <anholt@FreeBSD.org> * configure.ac: |