mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
libotutil: Fix leak of VariantMapData
Closes: #333 Approved by: giuseppe
This commit is contained in:
parent
70af1d26b1
commit
8e3d558f23
@ -157,6 +157,7 @@ variant_map_data_destroy (gpointer data)
|
||||
{
|
||||
VariantMapData *mdata = data;
|
||||
(void) munmap (mdata->addr, mdata->len);
|
||||
g_free (mdata);
|
||||
}
|
||||
|
||||
gboolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user