projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b90798d
)
FREEが抜けていた部分を追加
author
j8takagi
<j8takagi@nifty.com>
Wed, 27 Apr 2011 23:29:09 +0000
(08:29 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Wed, 27 Apr 2011 23:29:09 +0000
(08:29 +0900)
src/token.c
patch
|
blob
|
history
diff --git
a/src/token.c
b/src/token.c
index
984fc5a
..
c9078d2
100644
(file)
--- 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 {
/* 命令の取得 */