cedric pushed a commit to branch master.

commit 2e347b5e222a53461f8f6d215d6665d067dddba0
Author: Cedric Bail <[email protected]>
Date:   Tue Jul 9 17:22:51 2013 +0900

    eina: let's not complain for nothing.
---
 src/lib/eina/eina_tiler.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/eina/eina_tiler.c b/src/lib/eina/eina_tiler.c
index e122712..b37f63b 100644
--- a/src/lib/eina/eina_tiler.c
+++ b/src/lib/eina/eina_tiler.c
@@ -1245,6 +1245,8 @@ EAPI Eina_Iterator *eina_tiler_iterator_new(const 
Eina_Tiler *t)
 {
    Eina_Iterator_Tiler *it;
 
+   if (!t) return NULL;
+
    EINA_MAGIC_CHECK_TILER(t, NULL);
 
    it = calloc(1, sizeof (Eina_Iterator_Tiler));

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to