Remove stale pointer in group list.

SVN revision: 28615
This commit is contained in:
ningerso 2007-03-07 23:57:03 +00:00 committed by ningerso
parent 682d139582
commit 247d9397af
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ ecore_path_group_del(int group_id)
ecore_list_destroy(group->paths);
}
if (ecore_list_goto(group_list, group))
ecore_list_remove(group_list);
free(group->name);
free(group);
}