C: Memory leak from reference count cycles
------------------------------------------

                 Key: AVRO-766
                 URL: https://issues.apache.org/jira/browse/AVRO-766
             Project: Avro
          Issue Type: Bug
          Components: c
    Affects Versions: 1.5.0
            Reporter: Douglas Creager


If you parse a recursive Avro schema, you end up with a cycle in the reference 
graph for the avro_schema_t objects that are created.  The reference counting 
mechanism that we're using can't detect this, and so you get a memory leak.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to