eo: Fix missing varags cleanup
authorChristopher Michael <cp.michael@samsung.com>
Tue, 12 Mar 2019 14:59:04 +0000 (10:59 -0400)
committerYeongjong Lee <yj34.lee@samsung.com>
Tue, 2 Apr 2019 03:45:17 +0000 (12:45 +0900)
commit1273cddc53fd15171246afd2667dbe6c9b2dc2e8
tree45db3c70ef9abd1debda154d616aa6af474de6f8
parentb3a869b2efe7adb196316358d7aeb96248c26a2a
eo: Fix missing varags cleanup

Summary:
Coverity reports that va_end is never called for p_list when we error
out of this function. This patch adds a missing va_end before we error
out of here.

Fixes Coverity CID1399080

@fix
Depends on D8315

Reviewers: raster, cedric, q66, zmike, bu5hm4n, stefan

Reviewed By: q66

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8316
src/lib/eo/eo.c