efl/src/lib/evas/canvas
Srivardhan Hebbar 28f0f7044a evas: fix memory leak issues in evas_object_textgrid.
Summary:
Calling eina_inarray_free to fix the memory leak issue in the error condition.

@fix

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: devilhorns

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1809

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2014-12-25 21:31:06 +01:00
..
common_interfaces.c Eo/evas events: Move legacy events dynamic generator to eo. 2014-05-28 12:28:17 +01:00
evas_3d_camera.c evas: Evas_3D - add bounding sphere, revision frustum culling 2014-12-01 06:26:32 +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: fix warnings introduced by Evas_3D eet import/export feature. 2014-10-08 18:48:42 +02:00
evas_3d_light.c Evas-3D: invoke eo_do_super in destructors. 2014-10-21 08:46:23 +03: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-3D: invoke eo_do_super in destructors. 2014-10-21 08:46:23 +03: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 evas: make Evas 3d mesh is inherited from Efl.File (functions file_set and save) 2014-12-23 21:20:21 +01:00
evas_3d_mesh.eo evas: make Evas 3d mesh is inherited from Efl.File (functions file_set and save) 2014-12-23 21:20:21 +01:00
evas_3d_node.c evas: Evas_3D - add bounding sphere, revision frustum culling 2014-12-01 06:26:32 +01:00
evas_3d_node.eo evas: Evas_3D - add bounding sphere, revision frustum culling 2014-12-01 06:26:32 +01:00
evas_3d_object.c evas - removed unncessary header include 2014-04-29 15:44:29 +09:00
evas_3d_object.eo eolian: update virtual to the new syntax (as per wiki) 2014-08-29 11:40:29 +01:00
evas_3d_scene.c Evas-3D: invoke eo_do_super in destructors. 2014-10-21 08:46:23 +03:00
evas_3d_scene.eo Evas-3D: invoke eo_do_super in destructors. 2014-10-21 08:46:23 +03:00
evas_3d_texture.c Evas: Avoid creating an extra context for proxy rendering 2014-11-12 19:18:09 +09: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/canvas: fix doc intentation. 2014-12-23 10:44:02 +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 Efl: Update code to use the new class names generated by eolian. 2014-06-03 11:28:01 +01: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 - handle deleted objects in pointer in list in evas 2014-12-23 14:13:42 +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 dir - remove unused pointer 2014-08-25 13:05:21 +09:00
evas_gl.c Evas GL: string_query returns a const char * 2014-10-27 16:12:38 +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 eolian: remove accessor params feature 2014-09-10 15:06:43 +01: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 Evas canvas eolian: Fix namespace and class name for the evas canvas. 2014-06-30 17:47:06 +01:00
evas_line.eo Eolian/Generator: support params initialization. 2014-09-03 08:36:20 +03:00
evas_main.c Evas: Remove unused array calculate_objects 2014-10-08 15:52:39 +09:00
evas_map.c evas/map: remove old comments. 2014-11-28 20:36:38 +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 evas: updated doc 2014-10-07 22:19:33 +09:00
evas_object_box.c evas: Evas_Box - layout_flow_horizontal and layout_flow_vertical fix 2014-10-21 14:44:15 +02: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 GL: Fix direct rendering with client-side rotation 2014-12-10 10:52:22 +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 Efl: Update code to use the new class names generated by eolian. 2014-06-03 11:28:01 +01:00
evas_object_line.c Eo: Change eo_add/del/unref behaviour. 2014-09-25 17:38:45 +01:00
evas_object_main.c evas: fix build warning. 2014-11-28 13:29:00 +09:00
evas_object_polygon.c Eo: Change eo_add/del/unref behaviour. 2014-09-25 17:38:45 +01: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: more defensive programming. 2014-10-12 10:11:50 +02: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 Evas filters: Fix COW usage. 2014-10-29 15:12:53 +09:00
evas_object_textblock.c Evas textblock: Remove redundant magic member. 2014-12-15 14:58:32 +00:00
evas_object_textgrid.c evas: fix memory leak issues in evas_object_textgrid. 2014-12-25 21:31:06 +01:00
evas_out.c Eo: Change eo_add/del/unref behaviour. 2014-09-25 17:38:45 +01: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: Use ENFN/ENDT in proxy subrender 2014-11-12 19:25:21 +09:00
evas_render2.c evas - render2 renders conecnt for the first time... wow... 2014-10-07 14:34:36 +09:00
evas_render2.h evas - work on evas render2 and begin making it work at all 2014-07-16 20:43:32 +09:00
evas_render2_updates.c evas - render2 - now finally tracking updates right. map/proxy not done 2014-07-18 16:56:20 +09: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 Evas canvas eolian: Fix namespace and class name for the evas canvas. 2014-06-30 17:47:06 +01: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 interfaces: Add text interface and start using it. 2014-08-21 11:02:11 +01:00
evas_textblock.eo eo: update the EFL to use builtin complex types 2014-09-09 14:21:39 +01:00
evas_textgrid.eo Efl interfaces: Drop interface namespace from the used interfaces. 2014-08-21 11:02:11 +01: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_zoomable_interface.eo eolian: disallow the data field in interfaces; it's always null 2014-07-18 17:29:35 +01:00