eo: Fix resource leak
authorChris Michael <cpmichael@osg.samsung.com>
Mon, 28 Dec 2015 15:09:36 +0000 (10:09 -0500)
committerChris Michael <cpmichael@osg.samsung.com>
Mon, 28 Dec 2015 15:09:36 +0000 (10:09 -0500)
commitc94289d0b2e0a80b3f20bb2a409479dbb2f96a04
tree9b0ca0793d61ced78a5936ec80a59af107241572
parent936350d37fd7d2ba695584db079cfc98eb13faed
eo: Fix resource leak

Coverity CID1339783 says that we have a potential resource leak here.
'cb' gets allocated via calloc, but is not freed if we end up
returning here

@fix

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
src/lib/eo/eo_base_class.c