print: Free temporary col variable
The variable was leaked during serialization. Free it.
This commit is contained in:
parent
25bc89a4f5
commit
14a41bdd48
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue