From 8499930a45a22d6dabaf6f9a6f4dd9bd7ac612c8 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 2 May 2019 10:18:32 +0100 Subject: [PATCH] trivial: Fix a memory leak found using libasan --- src/fu-plugin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fu-plugin.c b/src/fu-plugin.c index cc8c5147f..be37d9b8e 100644 --- a/src/fu-plugin.c +++ b/src/fu-plugin.c @@ -2018,6 +2018,7 @@ fu_plugin_finalize (GObject *object) g_hash_table_unref (priv->devices); g_hash_table_unref (priv->report_metadata); g_object_unref (priv->devices_mutex); + g_free (priv->build_hash); g_free (priv->name); g_free (priv->data); /* Must happen as the last step to avoid prematurely