X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=name.c;h=da8b7d51254b9ae27213f853c95360cd4235b0af;hb=b8cde7b7e18c8016262c552958319dd29a488ab1;hp=90cde63c1b3b9d34d3cae3e75b8274a526e50008;hpb=7011b75694bb02fff7f98defbc11ea7260235685;p=chise%2Fconcord.git diff --git a/name.c b/name.c index 90cde63..da8b7d5 100644 --- a/name.c +++ b/name.c @@ -194,6 +194,7 @@ concord_name_table_grow (CONCORD_NAME_TABLE* table) } } } + free (table->data); table->size = new_table->size; table->data = new_table->data; free (new_table);