libfontenc: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon May 17 08:21:26 PDT 2010


 src/encparse.c |   24 +++++++++---------------
 src/fontenc.c  |   12 ++++--------
 2 files changed, 13 insertions(+), 23 deletions(-)

New commits:
commit af4a0a752c169b2c003978c550d57602af3fbe01
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri May 14 20:15:18 2010 -0700

    Don't need to check if pointer is NULL before calling free()
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jamey Sharp <jamey at minilop.net>

commit 2218195ebb18b620f9e8e0adbea6f7c87ace33ce
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri May 14 20:09:21 2010 -0700

    Replace malloc(strlen()) + strcpy() with strdup()
    
    Now that we use malloc directly instead of xalloc, we can use
    strdup directly too.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jamey Sharp <jamey at minilop.net>



More information about the xorg-commit mailing list