elm: Removed unnecessary null checks.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 22 Jan 2014 02:14:23 +0000 (11:14 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 22 Jan 2014 02:14:33 +0000 (11:14 +0900)
commit7d689a4121779c0f456c68561ccfce5534c35820
tree4863336f4eb04b5588441986b1b239fa0612bce3
parentb2842f5a940d0344ea2f8bf0cdb06dae981f9726
parentac5d368b190eaa7920d43bd9253adf5c13e84340
elm: Removed unnecessary null checks.

As all efl public free apis  and free function get null as valid parameter,
we do not need to check null. I also used ELM_SAFE_FREE if necessary.
After this job code got cleaner.

This is a continue of a commit e3372339.