theoraparse: fix array leak
This commit is contained in:
parent
ab7e72ad70
commit
3fbd95d85e
@ -241,7 +241,7 @@ theora_parse_get_property (GObject * object, guint prop_id,
|
||||
g_value_unset (&v);
|
||||
}
|
||||
|
||||
g_value_set_boxed (value, array);
|
||||
g_value_take_boxed (value, array);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user