memory leak

SVN revision: 15835
This commit is contained in:
doursse 2005-07-20 08:27:33 +00:00 committed by doursse
parent 216c51ea31
commit e669cd1b22
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);
}
}