finally fix annoying null safety errors on shutdown

SVN revision: 75853
devs/princeamd/enlightenment-0.17-elive
Mike Blumenkrantz 11 years ago
parent 9dec464cfb
commit d1b1e0be06
  1. 2
      src/bin/e_thumb.c

@ -363,7 +363,7 @@ _e_thumb_hash_del(int objid)
char buf[32];
snprintf(buf, sizeof(buf), "%i", objid);
eina_hash_del(_thumbs, buf, NULL);
if (_thumbs) eina_hash_del(_thumbs, buf, NULL);
if ((!_thumbs) && (!_thumbnailers)) _objid = 0;
}

Loading…
Cancel
Save