reference: Fix memory leak.

This commit is contained in:
Jaehyun Cho 2016-08-08 16:13:22 +09:00
parent 534805a688
commit 8bcb3aa7b4
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ keyword_data_free(keyword_data *keyword)
{
keyword_data_free(child_keyword);
}
free(keyword);
}
static char *