connection: Fix an LSM label memory leak on an error handling path
authorPhilip Withnall <withnall@endlessm.com>
Tue, 31 Jan 2017 10:04:49 +0000 (10:04 +0000)
committerSimon McVittie <smcv@debian.org>
Wed, 1 Feb 2017 18:59:34 +0000 (18:59 +0000)
commit65e489287a84a05c634342e23bd93c2e9ba52a5a
tree8771f6899fc32d258236ce59e712e61be6a7bb3e
parent4645c7f93f0c66e51cf53a9334f4558945d57ef5
connection: Fix an LSM label memory leak on an error handling path

This is almost certainly not going to make a difference, as it’s on the
OOM handling path; but the fewer leaks the better.

Coverity ID: 141058

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99612
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
bus/connection.c