From: Peter Krempa Date: Thu, 11 Jun 2020 08:26:19 +0000 (+0200) Subject: virTPMEmulatorInit: Don't use temporary variable to free path X-Git-Tag: v6.5.0-rc1~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5c0dc3c8140cf8c7208fc00fbe69a4a9a8e933f;p=thirdparty%2Flibvirt.git virTPMEmulatorInit: Don't use temporary variable to free path Use VIR_FREE directly. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko