print: Free temporary col variable

The variable was leaked during serialization. Free it.
This commit is contained in:
Benjamin Berg 2019-11-25 18:40:59 +01:00
parent 25bc89a4f5
commit 14a41bdd48

View file

@ -921,6 +921,7 @@ fp_print_serialize (FpPrint *print,
xyt->nrows,
sizeof (col[0])));
g_variant_builder_close (&nested);
g_free (col);
}
g_variant_builder_close (&nested);