Eina model: fix a memory leak in the model's "to_string" function.

SVN revision: 67551
This commit is contained in:
Tom Hacohen 2012-01-26 16:42:00 +00:00
parent f947afdaff
commit a45dd94b03
1 changed files with 1 additions and 0 deletions

View File

@ -1888,6 +1888,7 @@ _eina_model_type_base_to_string(const Eina_Model *model)
eina_value_flush(&val);
}
}
eina_list_free(props);
eina_strbuf_append(str, "}, [");