~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/midori-array.c

  • Committer: Christian Dywan
  • Date: 2013-04-16 23:16:24 UTC
  • Revision ID: git-v1:4d388d735da227997c1be4b33a85249e39c6a85b
Address missing NULL checks and dead code found by clang

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
    xmlNodePtr cur;
211
211
    KatzeItem* item;
212
212
 
213
 
    cur = xmlDocGetRootElement (doc);
214
 
 
215
213
    if ((cur = xmlDocGetRootElement (doc)) == NULL)
216
214
    {
217
215
        /* Empty document */