mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
print: Free temporary col variable
The variable was leaked during serialization. Free it.
This commit is contained in:
@@ -921,6 +921,7 @@ fp_print_serialize (FpPrint *print,
|
|||||||
xyt->nrows,
|
xyt->nrows,
|
||||||
sizeof (col[0])));
|
sizeof (col[0])));
|
||||||
g_variant_builder_close (&nested);
|
g_variant_builder_close (&nested);
|
||||||
|
g_free (col);
|
||||||
}
|
}
|
||||||
|
|
||||||
g_variant_builder_close (&nested);
|
g_variant_builder_close (&nested);
|
||||||
|
|||||||
Reference in New Issue
Block a user