efl/src/lib/evas
Jean-Philippe Andre 5f601cd753 Evas: Fix some clang warnings in evas_cs2_client.c
- Invalid alloc size (typo)
- Initialized value never read (set twice)
- Potential memleak (call free(msg) in case of send error)
- Null pointer dereference (check nullity)

There are still other warnings, but I believe these are false
positives.
2014-01-07 15:51:56 +09:00
..
cache evas: Use Eina_Spinlock for Evas_Scalecache, Evas_Async_Events and Image_Entry. 2013-10-11 11:08:17 +09:00
cache2 evas/cserve2: Prevent another infinite loop (flush) 2013-10-30 19:48:17 +09:00
canvas evas - fixed side effect caused by f4d24e962d 2014-01-06 13:54:58 +09:00
common evas: fix build on windows. 2014-01-06 10:39:34 +09:00
cserve2 Evas: Fix some clang warnings in evas_cs2_client.c 2014-01-07 15:51:56 +09:00
file evas: add JPEG 2000 loader. 2013-10-01 16:38:44 +09:00
include evas - fixed side effect caused by f4d24e962d 2014-01-06 13:54:58 +09:00
Evas.h evas: cleanup headers. Should work on windows. 2013-06-26 11:24:29 +09:00
Evas_Common.h fix typos in EFL documents 2014-01-07 14:28:45 +09:00
Evas_Eo.h fix warning related to argument in generating doxygen 2014-01-07 11:27:15 +09:00
Evas_GL.h fix typos in EFL documents 2014-01-07 14:28:45 +09:00
Evas_Legacy.h fix typos in EFL documents 2014-01-07 14:28:45 +09:00
Evas_Loader.h evas: try to clarify licensing for people that are going to make their own Evas loader. 2013-11-18 19:21:06 +09:00
main.c efl: Unified eina critical manro to CRI. 2013-12-26 12:27:13 +09:00