hehe, no, it was good

SVN revision: 15837
This commit is contained in:
doursse 2005-07-20 09:25:00 +00:00 committed by doursse
parent eb109c1e7e
commit fc1a4a2027
1 changed files with 1 additions and 0 deletions

View File

@ -74,5 +74,6 @@ void ecore_string_release(char *string)
if (str->references < 1) {
ecore_hash_remove(ecore_strings, string);
FREE(str->string);
FREE(str);
}
}