From c5c0dc3c8140cf8c7208fc00fbe69a4a9a8e933f Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 11 Jun 2020 10:26:19 +0200 Subject: [PATCH] virTPMEmulatorInit: Don't use temporary variable to free path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use VIR_FREE directly. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko