ecore_evas: Unnecessary to test p before calling free(p)
authorBryce Harrington <bryce@osg.samsung.com>
Tue, 18 Apr 2017 07:18:56 +0000 (16:18 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 18 Apr 2017 09:42:51 +0000 (18:42 +0900)
commit10f1fedfec128cd319adb7053373f8ae850d9eb4
tree6272c04753b5079154444843534bf2cfd611b4a4
parentc4e7d611d635c79fdc4d32a33b5bc1292ed8dd33
ecore_evas: Unnecessary to test p before calling free(p)

Summary:
Modern, standards-compliant compilers already test p, so as per the C
spec it is superfluous to do so before the call.

Reviewers: jpeg

Reviewed By: jpeg

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4791
src/lib/ecore_evas/ecore_evas.c