X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=blobdiff_plain;f=name.c;h=da8b7d51254b9ae27213f853c95360cd4235b0af;hp=8155dec8017a32ccf02866e93fe477a45f76aea8;hb=ca4318605d15073f7f68508717b5180c0ce618e7;hpb=a1bd86193cf23d87e6ddb767a753416a5e5c36a8 diff --git a/name.c b/name.c index 8155dec..da8b7d5 100644 --- a/name.c +++ b/name.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003,2004,2005,2006 MORIOKA Tomohiko +/* Copyright (C) 2003, 2004, 2005, 2006, 2013 MORIOKA Tomohiko This file is part of the CONCORD Library. The CONCORD Library is free software; you can redistribute it and/or @@ -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);