free string used for completion

This commit is contained in:
Daniel Micay 2012-06-06 19:17:39 -04:00
parent a678d559ec
commit 7b36f70f6f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ static GtkTreeModel *create_completion_model(VteTerminal *vte) {
}
g_tree_foreach(tree, (GTraverseFunc)add_to_list_store, store);
g_free(content);
return GTK_TREE_MODEL(store);
}