Skip to content
Snippets Groups Projects
Commit ad039c50 authored by Mahmoud Mandour's avatar Mahmoud Mandour Committed by Alex Bennée
Browse files

plugins/cache: freed heap-allocated mutexes


Signed-off-by: default avatarMahmoud Mandour <ma.mandourr@gmail.com>
Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Message-Id: <20210810134844.166490-2-ma.mandourr@gmail.com>
Reviewed-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20211026102234.3961636-14-alex.bennee@linaro.org>
parent 482cd5f0
No related branches found
No related tags found
No related merge requests found
......@@ -614,6 +614,9 @@ static void plugin_exit(qemu_plugin_id_t id, void *p)
caches_free(dcaches);
caches_free(icaches);
g_free(dcache_locks);
g_free(icache_locks);
g_hash_table_destroy(miss_ht);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment