gc unused cmd 'flags' variable

This commit is contained in:
okan
2012-12-19 15:21:34 +00:00
parent c565b790ed
commit dc1e3a8843
3 changed files with 3 additions and 5 deletions

View File

@@ -126,7 +126,7 @@ main : FONTNAME STRING {
conf->snapdist = $2;
}
| COMMAND STRING string {
conf_cmd_add(conf, $3, $2, 0);
conf_cmd_add(conf, $3, $2);
free($2);
free($3);
}