2
0
Fork 0

Fix small error in parser

personal/stbuehler/wip
Stefan Bühler 2009-07-07 22:39:48 +02:00
parent 4be8052cf6
commit fb8cfb4a88
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ static gchar *format_char(pcontext *ctx, gchar c) {
ctx->cs = angel_config_parser_error; fbreak;
}
g_hash_table_insert(ctx->itemvalue->data.hash, vname->data.string, ctx->curvalue);
ctx->curvalue = NULL;
vname->type = VALUE_NONE;
value_free(vname);
}