Fix dereference of null pointer
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 13 Jul 2010 02:01:52 +0000 (02:01 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 13 Jul 2010 02:01:52 +0000 (02:01 +0000)
commit7649c62d06599e5f4a9f39d614a38e72d9ee631c
tree82010a534e7bdcaf83b1dbc7782f0d9d54d433c8
parentaad3fa48e4c7f198b5453a93bef902fe633ff368
Fix dereference of null pointer

Bug found by Coccinelle with 'isnull.cocci' script (Dereference of an
expression that has been checked to be NULL) [1].

[1] http://www.emn.fr/x-info/coccinelle/rules/isnull.html

SVN revision: 50210
src/lib/elm_clock.c