intel-gen4asm: Changes to 'master'

Haihao Xiang haihao at kemper.freedesktop.org
Thu Sep 6 22:05:30 PDT 2012


 src/gen4asm.h |    1 +
 src/main.c    |    7 ++++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 423900e066af98e573b2546d2d88ce4d1ffe7eb1
Author: Homer Hsing <homer.xing at intel.com>
Date:   Thu Sep 6 16:12:08 2012 +0800

    close File yyin before calling yylex_destroy
    
    This patch makes sure file handler yyin is closed.
    yylex_destroy() calls yy_init_globals(), which reset yyin to 0.
    Therefore if we do not close yyin before yylex_destroy(), yyin
    will not be closed anymore.

commit 16adbcbd3aa9b934b0cf952a3364fdf3fbc490d3
Author: Homer Hsing <homer.xing at intel.com>
Date:   Thu Sep 6 15:55:54 2012 +0800

    Call yylex_destroy() to free memory after yyparse()

commit 540ccdc31f2e970cb9a4c675354a82fdc0a0e11f
Author: Homer Hsing <homer.xing at intel.com>
Date:   Thu Sep 6 15:33:41 2012 +0800

    Close input file handler yyin after yyparse

commit bd078cfd7f8a5a332f51bcc9e06bf05221d8bed6
Author: Homer Hsing <homer.xing at intel.com>
Date:   Thu Sep 6 10:31:22 2012 +0800

    Fix a typo ... lable -> label



More information about the xorg-commit mailing list