update_desktop_file_entry: don't leak file_path on one particular OOM
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 21 Jul 2011 12:06:21 +0000 (13:06 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 21 Sep 2011 10:33:38 +0000 (11:33 +0100)
commit9e93d82862c4c9af9f2da9cba74b70ff98fd3b60
treeafb3ba39b6ea1dc91c270356cafbc139c336f440
parent4dd6abc9535dcf920cf2b0757769e6450c235d49
update_desktop_file_entry: don't leak file_path on one particular OOM

Revenge of #33126: most, but not all, temporary variables were freed on
this code path.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39230
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
bus/activation.c