+2013-02-06 Cedric Bail
+
+ * eina: fix map leak in Eina_File.
+
2013-02-05 Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* ecore_wayland: Fix return type of function ecore_wl_outputs_get()
* Fix cache miss when active edje hash is empty.
* Prevent denial of service on eina_hash function.
* Fix return type of function ecore_wl_outputs_get().
+ * Fix memleak in Eina_File.
if (map->map == MAP_FAILED) goto on_error;
eina_hash_add(file->map, &key, map);
- eina_hash_direct_add(file->rmap, map->map, map);
+ eina_hash_direct_add(file->rmap, &map->map, map);
}
map->refcount++;