eolian: allow binbufs to be owned

This commit is contained in:
Daniel Kolesa 2019-07-17 18:15:01 +02:00
parent fbdbf6b132
commit f62d0dc36b
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ _validate_type(Validate_State *vals, Eolian_Type *tp)
case KW_stringshare:
case KW_any_value:
case KW_any_value_ptr:
case KW_binbuf:
tp->ownable = EINA_TRUE;
break;
default: