From 955dc59372ad2b87c020eea3d22f4b7ae51ad881 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Thu, 28 Apr 2011 08:29:09 +0900 Subject: [PATCH] =?utf8?q?FREE=E3=81=8C=E6=8A=9C=E3=81=91=E3=81=A6?= =?utf8?q?=E3=81=84=E3=81=9F=E9=83=A8=E5=88=86=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/token.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/token.c b/src/token.c index 984fc5a..c9078d2 100644 --- a/src/token.c +++ b/src/token.c @@ -144,6 +144,7 @@ CMDLINE *linetok(const char *line) if(cmdl->label != '\0') { /* ラベルが定義されていて命令がない場合はエラー */ setcerr(105, ""); /* no command in the line */ } + FREE(cmdl->label); FREE(cmdl); } else { /* 命令の取得 */ -- 2.18.0