eolian: make strbuf ownable

This commit is contained in:
Daniel Kolesa 2019-07-30 15:53:21 +02:00
parent 25324500e4
commit a17d3300bd
1 changed files with 1 additions and 0 deletions

View File

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