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

View File

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