nl-cache: Fix coverity issue RESOURCE_LEAK

Change-Id: Ic552f31853e1886b8c76d45c8c66251f1fd6f97f
Signed-off-by: Poornima G <pgurusid@redhat.com>
This commit is contained in:
Poornima G 2018-02-19 20:48:14 +05:30
parent 5689a3c2d6
commit e8446ef312

View File

@ -742,6 +742,9 @@ init (xlator_t *this)
ret = 0;
out:
if (ret < 0)
GF_FREE (conf);
return ret;
}