fix memleak in cuse_lowlevel_setup (#472)
authorTomasz Kulasek <34129113+tkulasek@users.noreply.github.com>
Wed, 20 Nov 2019 11:43:52 +0000 (12:43 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 20 Nov 2019 11:43:52 +0000 (11:43 +0000)
commit4520a97286e53977d15825111365d46b99d5a836
tree10debca0e38dc7455c78d013821aa2a4a72c3878
parentbb52fccb59bb6599af0a3bcfcbb4659b3dc0450e
fix memleak in cuse_lowlevel_setup (#472)

Local variable args is not freed on cuse_lowlevel_setup success.

Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
lib/cuse_lowlevel.c