Eina model: fix a memory leak in the model's "to_string" function.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 26 Jan 2012 16:42:00 +0000 (16:42 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 26 Jan 2012 16:42:00 +0000 (16:42 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@67551 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_model.c

index b7685e2..03d5488 100644 (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, "}, [");