On 08/27/2018 04:08 AM, Michal Privoznik wrote:
If drvNew callback fails, nobody calls drvFree and thus private
data of the driver might leak.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/locking/lock_driver_lockd.c | 37 ++++++++++++++++++++++++-------------
1 file changed, 24 insertions(+), 13 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John