efl/src/examples
Srivardhan Hebbar 54b47a78eb ecore_con: preventing possible NULL pointer dereference.
Summary:
Checking if client is NULL before freeing is not of much use. If it is NULL, it would have crashed before when it was dereferenced in printf. So checking NULL before dereferencing.
Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2015-10-09 10:00:32 +02:00
..
ecore ecore_con: preventing possible NULL pointer dereference. 2015-10-09 10:00:32 +02:00
ecore_avahi build: Unify use of $(MKDIR_P) for creating a dir within the build system 2015-02-25 16:43:35 +01:00
edje Edje Example: Fix wrong usage of evas_object_color_set API 2015-09-19 08:38:39 +05:30
eet eet_example: Fixing memory leak. 2015-09-08 10:23:42 +02:00
eina examples: fix eina_tmpstr example after revert of strftime 2015-10-04 09:19:53 +02:00
eina_cxx build: Unify use of $(MKDIR_P) for creating a dir within the build system 2015-02-25 16:43:35 +01:00
eio Fix grammar in error messages. 2015-08-07 17:06:23 +09:00
eldbus build: Unify use of $(MKDIR_P) for creating a dir within the build system 2015-02-25 16:43:35 +01:00
elocation build: Unify use of $(MKDIR_P) for creating a dir within the build system 2015-02-25 16:43:35 +01:00
elua build: Unify use of $(MKDIR_P) for creating a dir within the build system 2015-02-25 16:43:35 +01:00
emotion examples/emotion: Remove unused callback functions from generic example 2015-07-23 17:19:24 +02:00
eo Eo: Fix examples and benchmarks according to recent Eo changes. 2015-09-28 16:18:09 +01:00
eolian_cxx eo: move some eo files to new doc syntax 2015-06-05 17:03:36 +01:00
ephysics build: Unify use of $(MKDIR_P) for creating a dir within the build system 2015-02-25 16:43:35 +01:00
ethumb_client build: Unify use of $(MKDIR_P) for creating a dir within the build system 2015-02-25 16:43:35 +01:00
evas evas: node that are used for a fill should not have a parent or they are going to be drawn. 2015-09-21 22:50:34 +02:00