Pugachev Maxim created AVRO-1129:
------------------------------------
Summary: Schema deletion cheking
Key: AVRO-1129
URL: https://issues.apache.org/jira/browse/AVRO-1129
Project: Avro
Issue Type: Improvement
Components: c
Affects Versions: 1.7.1
Reporter: Pugachev Maxim
In the current code there is no ability to check if schema is alive after
avro_schema_decref() call. I.e.:
schema = avro_schema_from_json();
do_something (schema); // call to avro_schema_decref. maybe.
if (!schema_is_alive) // can`t check it
cleanup();
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira