mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
fp-print: Clear the data not the description when setting the property
This commit is contained in:
@@ -207,7 +207,7 @@ fp_print_set_property (GObject *object,
|
||||
break;
|
||||
|
||||
case PROP_FPI_DATA:
|
||||
g_clear_pointer (&self->description, g_variant_unref);
|
||||
g_clear_pointer (&self->data, g_variant_unref);
|
||||
self->data = g_value_dup_variant (value);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user