examples/unsorted
Srivardhan Hebbar c24540a8e4 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

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2015-09-23 12:42:22 -07:00
..
ecore ecore_con: preventing possible NULL pointer dereference. 2015-09-23 12:42:22 -07:00
ecore_avahi ecore_avahi: remove useless printf. 2014-02-28 19:58:25 -03: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 eina: add eina_simple_xml example. 2015-06-18 19:50:00 +09:00
eina_cxx tests: Added config.h to tests. 2014-07-18 18:55:56 -03:00
eio Fix grammar in error messages. 2015-08-07 17:06:23 +09:00
eldbus examples/eldbus: Initialize all description members 2014-11-07 15:05:46 +01:00
elocation examples/elocation: Remove unused config.h include 2015-01-09 18:25:42 +01:00
emotion examples/emotion: Remove unused callback functions from generic example 2015-07-23 17:19:24 +02:00
eolian_cxx Eo: Add a return value to eo_constructor(). 2015-05-20 13:03:24 +01:00
ephysics Use key instead of keyname for considering setxkbmap 2014-01-04 13:25:21 +09:00
ethumb_client efl: add makefile.examples to each lib 2013-02-08 17:35:24 +00: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