diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-04-10 16:44:40 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-04-10 16:44:40 +0000 |
commit | 96d7763487da6624ed85bee10b081e7138d2060d (patch) | |
tree | bad5cb98e037912d44666f2fc58abdcee976977f /ChangeLog | |
parent | 2a30ec82f3bd2aa1f2566e97fee70403a8448de8 (diff) |
Coverity #664: Free memory allocated by EXTRACT_STRING in
_IceDefaultErrorHandler after we're done fprintf()'ing it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-04-10 Alan Coopersmith <alan.coopersmith@sun.com> + + * src/error.c: + Coverity #664: Free memory allocated by EXTRACT_STRING in + _IceDefaultErrorHandler after we're done fprintf()'ing it. + 2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: |