2012-12-18 Chueon Park (Hermet)
- * Let image update right now if the image preloading is disabled.
\ No newline at end of file
+ * Let image update right now if the image preloading is disabled.
+
+2012-12-21 Stefan Schmidt
+
+ * Fix small memory leak in elm_map error path.
* Fix the naviframe to not have crash even if user deletes the naviframe in the transition finished cb.
* Fix Don't elm_transit image animation use the image preloading to avoid image flickering.
* Fix the image to show the image right now if the image preloading is disabled.
+ * Fix small memory leak in elm_map error path
Elementary 1.7.3
(buf, sz, EINA_TRUE, _xml_route_dump_cb, &dump);
free(buf);
}
+ else
+ free(buf);
}
}
fclose(f);