efl/src/lib/evas/canvas
Chris Michael 3eed18d231 evas-3d: Fix Resource leak from CID1271635
Summary: This fixes a reported resource leak (by coverity).
_pack_meshes_vertex_data allocates memory stored in 'vertices' however
vertices is never free'd unless count > 0

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-04-12 21:13:18 -04:00
..
render2 evas render2 - restructure it to be an explicit api call - cleaner to do 2015-03-20 18:03:54 +09:00
common_interfaces.c Eo/evas events: Move legacy events dynamic generator to eo. 2014-05-28 12:28:17 +01:00
efl_vg_base.eo evas: fix memory leak in Efl.Vg.Base class. 2015-04-03 16:38:17 +02:00
efl_vg_container.eo evas: align naming with ector, use bounds. 2015-04-03 16:38:07 +02:00
efl_vg_gradient.eo evas: move Evas.VG_* to Efl.VG.* 2015-04-03 16:30:59 +02:00
efl_vg_gradient_linear.eo evas: align naming with ector, use bounds. 2015-04-03 16:38:07 +02:00
efl_vg_gradient_radial.eo evas: align naming with ector, use bounds. 2015-04-03 16:38:07 +02:00
efl_vg_root_node.eo evas: move Evas.VG_* to Efl.VG.* 2015-04-03 16:30:59 +02:00
efl_vg_shape.eo evas: align naming with ector, use bounds. 2015-04-03 16:38:07 +02:00
evas_3d_camera.c evas: Evas_3D - add destructors for clean of memory. 2015-02-23 15:46:41 +01:00
evas_3d_camera.eo evas: Evas_3D - add bounding sphere, revision frustum culling 2014-12-01 06:26:32 +01:00
evas_3d_eet.c evas-3d: T2226 (Evas Eet saver does out of range access) fixed. 2015-04-06 14:13:30 +09:00
evas_3d_light.c evas: Evas_3D - add destructors for clean of memory. 2015-02-23 15:46:41 +01:00
evas_3d_light.eo [Evas/evas-3d] Add shadow maps. Added two scene-API functions for enable and disable shadows on the scene. Added 6 light-API function for set and get the light projection. 2014-09-03 21:19:16 +09:00
evas_3d_material.c evas: Evas_3D - add destructors for clean of memory. 2015-02-23 15:46:41 +01:00
evas_3d_material.eo eolian: use new syntax for const methods as per wiki 2014-07-22 17:13:24 +01:00
evas_3d_mesh.c efl: move mmap API to be part of Efl_File class. 2015-04-03 16:23:13 +02:00
evas_3d_mesh.eo efl: move mmap API to be part of Efl_File class. 2015-04-03 16:23:13 +02:00
evas_3d_node.c evas-3d: Fix Resource leak from CID1271635 2015-04-12 21:13:18 -04:00
evas_3d_node.eo [evas/evas_3D] Billboard mechanism 2015-04-06 14:10:28 +09:00
evas_3d_node_callback.h evas: Evas_3D - callbacks for Evas 3D. 2015-02-18 22:42:07 +01:00
evas_3d_object.c evas: Evas_3D - callbacks for Evas 3D. 2015-02-18 22:42:07 +01:00
evas_3d_object.eo evas: Evas_3D - callbacks for Evas 3D. 2015-02-18 22:42:07 +01:00
evas_3d_scene.c Fix code to conform to recent Eo changes. 2015-02-23 17:16:02 +00:00
evas_3d_scene.eo evas: Evas_3D - mechanism for finding node by color pick. 2015-02-11 17:44:50 +01:00
evas_3d_texture.c evas: Evas_3D - add destructors for clean of memory. 2015-02-23 15:46:41 +01:00
evas_3d_texture.eo eolian: more consistent syntax 2014-08-21 09:26:03 +01:00
evas_async_events.c evas async events fd - check fcntl return 2014-08-27 16:39:09 +09:00
evas_box.eo eo: update the EFL to use builtin complex types 2014-09-09 14:21:39 +01:00
evas_callbacks.c Expose device (e.g. pen) axis information to applications 2014-11-25 12:43:15 +09:00
evas_canvas.eo evas render2 - restructure it to be an explicit api call - cleaner to do 2015-03-20 18:03:54 +09:00
evas_clickable_interface.eo eolian: disallow the data field in interfaces; it's always null 2014-07-18 17:29:35 +01:00
evas_clip.c evas/clip: If the clipper is image or has color, clipped area should be redrawn. 2015-03-17 11:13:29 +09:00
evas_common_interface.c evas - removed unncessary header include 2014-04-29 15:44:29 +09:00
evas_common_interface.eo eolian: more consistent syntax 2014-08-21 09:26:03 +01:00
evas_data.c Eo: eo_base's data_*->key_data_*. 2014-04-10 04:20:21 +01:00
evas_device.c Evas canvas eolian: Fix namespace and class name for the evas canvas. 2014-06-30 17:47:06 +01:00
evas_draggable_interface.eo eolian: disallow the data field in interfaces; it's always null 2014-07-18 17:29:35 +01:00
evas_events.c Evas masking: Fix precise_is_inside for masked smart objects 2015-01-16 12:09:58 +09:00
evas_focus.c Evas canvas eolian: Fix namespace and class name for the evas canvas. 2014-06-30 17:47:06 +01:00
evas_font_dir.c evas/font: Add evas_font_reinit API. 2015-03-19 18:01:42 +09:00
evas_gl.c Evas GL: Add support for Evas GL 3.0 2015-03-16 15:56:43 +09:00
evas_grid.eo eo: update the EFL to use builtin complex types 2014-09-09 14:21:39 +01:00
evas_image.eo efl: add Efl.Gfx.View and use it in Evas.Image. 2015-04-03 16:23:26 +02:00
evas_key.c evas - fix possible bitshift bug 2014-08-27 16:54:09 +09:00
evas_key_grab.c evas - fix possible layer null access in object free 2014-08-22 20:14:59 +09:00
evas_layer.c efl: add Efl.Gfx.Stack interface and update Evas_Object accordingly. 2015-04-03 16:23:22 +02:00
evas_line.eo Eolian/Generator: support params initialization. 2014-09-03 08:36:20 +03:00
evas_main.c evas - render - have lock point to allow for async obj walk + update add 2015-02-12 11:06:40 +09:00
evas_map.c evas - render - have lock point to allow for async obj walk + update add 2015-02-12 11:06:40 +09:00
evas_name.c Evas canvas eolian: Fix namespace and class name for the evas canvas. 2014-06-30 17:47:06 +01:00
evas_object.eo efl: provide Efl.Gfx.Base.color_part and implement it in top Evas_Object. 2015-04-03 16:30:32 +02:00
evas_object_box.c evas_object_box: add MAGIC_CHECK when it is added. 2015-04-10 19:37:59 +09:00
evas_object_grid.c Eo: Change eo_add/del/unref behaviour. 2014-09-25 17:38:45 +01:00
evas_object_image.c Evas image: Return proper path even with mmap 2015-04-10 16:47:12 +09:00
evas_object_inform.c Efl: Update code to use the new class names generated by eolian. 2014-06-03 11:28:01 +01:00
evas_object_intercept.c evas: prevent crash. 2015-03-23 22:00:27 +09:00
evas_object_line.c evas - render - have lock point to allow for async obj walk + update add 2015-02-12 11:06:40 +09:00
evas_object_main.c efl: provide Efl.Gfx.Base.color_part and implement it in top Evas_Object. 2015-04-03 16:30:32 +02:00
evas_object_polygon.c evas - render - have lock point to allow for async obj walk + update add 2015-02-12 11:06:40 +09:00
evas_object_rectangle.c evas/map : set antialias context for map rendering. 2014-11-26 12:22:55 +09:00
evas_object_smart.c evas - render - have lock point to allow for async obj walk + update add 2015-02-12 11:06:40 +09:00
evas_object_smart.eo eo: update the EFL to use builtin complex types 2014-09-09 14:21:39 +01:00
evas_object_smart_clipped.c Efl: Update code to use the new class names generated by eolian. 2014-06-03 11:28:01 +01:00
evas_object_table.c Eo: Change eo_add/del/unref behaviour. 2014-09-25 17:38:45 +01:00
evas_object_text.c efl: add Efl.Gfx.Base and fix inheritance for Evas_Object. 2015-04-03 16:23:17 +02:00
evas_object_textblock.c evas: Add safety check for NULL pointer of clipper. 2015-03-24 12:53:34 +09:00
evas_object_textgrid.c evas - render - have lock point to allow for async obj walk + update add 2015-02-12 11:06:40 +09:00
evas_object_vg.c evas: removing the ability to load file in Evas_Object_VG for now. 2015-04-03 16:34:26 +02:00
evas_out.c evas - render - have lock point to allow for async obj walk + update add 2015-02-12 11:06:40 +09:00
evas_out.eo eolian: more consistent syntax 2014-08-21 09:26:03 +01:00
evas_polygon.eo Evas object eolian: Fix namespace. 2014-06-30 17:47:07 +01:00
evas_rectangle.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_rectangle.eo Evas object eolian: Fix namespace. 2014-06-30 17:47:07 +01:00
evas_render.c evas: fix EVAS_RENDERER_DEBUG_TIMING implementation for async rendering 2015-04-03 16:34:15 +02:00
evas_scrollable_interface.eo eolian: disallow the data field in interfaces; it's always null 2014-07-18 17:29:35 +01:00
evas_selectable_interface.eo eolian: disallow the data field in interfaces; it's always null 2014-07-18 17:29:35 +01:00
evas_signal_interface.eo eolian: disallow the data field in interfaces; it's always null 2014-07-18 17:29:35 +01:00
evas_smart.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_smart_clipped.eo Evas object smart eolian: Update namespace. 2014-06-30 17:47:07 +01:00
evas_stack.c efl: add Efl.Gfx.Stack interface and update Evas_Object accordingly. 2015-04-03 16:23:22 +02:00
evas_stats.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_table.eo eo: update the EFL to use builtin complex types 2014-09-09 14:21:39 +01:00
evas_text.eo efl: add Efl.Gfx.Base and fix inheritance for Evas_Object. 2015-04-03 16:23:17 +02:00
evas_textblock.eo eo: update the EFL to use builtin complex types 2014-09-09 14:21:39 +01:00
evas_textgrid.eo Make it clear in documentation that these methods are not implemented. 2014-12-29 16:54:50 +00:00
evas_touch_point.c Evas canvas eolian: Fix namespace and class name for the evas canvas. 2014-06-30 17:47:06 +01:00
evas_vg.eo evas: removing the ability to load file in Evas_Object_VG for now. 2015-04-03 16:34:26 +02:00
evas_vg_container.c evas: align naming with ector, use bounds. 2015-04-03 16:38:07 +02:00
evas_vg_gradient.c evas: move Evas.VG_* to Efl.VG.* 2015-04-03 16:30:59 +02:00
evas_vg_gradient_linear.c evas: align naming with ector, use bounds. 2015-04-03 16:38:07 +02:00
evas_vg_gradient_radial.c evas: align naming with ector, use bounds. 2015-04-03 16:38:07 +02:00
evas_vg_node.c Evas: remove warning while factorizing code 2015-04-05 11:30:56 +03:00
evas_vg_private.h evas: update and propagate Evas_VG_Base transformation. 2015-04-03 16:31:29 +02:00
evas_vg_root_node.c evas: add forgotten static in some Efl_VG object. 2015-04-03 16:37:57 +02:00
evas_vg_shape.c evas/canvas : bail out in case of empty or null dash. 2015-04-03 16:38:14 +02:00
evas_vg_utils.c efl: move PATH manipulation from Evas into Efl interfaces. 2015-04-03 16:21:48 +02:00
evas_zoomable_interface.eo eolian: disallow the data field in interfaces; it's always null 2014-07-18 17:29:35 +01:00