mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-10 05:18:30 +03:00
lib: Fix compiler warning from previous patch
I had this in a `fixup!` I thought. Closes: #414 Approved by: giuseppe
This commit is contained in:
parent
a38f2f41b2
commit
fc25fa16e1
@ -244,7 +244,7 @@ static void
|
||||
ostree_bootconfig_parser_init (OstreeBootconfigParser *self)
|
||||
{
|
||||
self->options = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
|
||||
self->lines = g_ptr_array_new_with_free_func (g_variant_unref);
|
||||
self->lines = g_ptr_array_new_with_free_func ((GDestroyNotify)g_variant_unref);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user