When a dicomdir object is released it may cause a stack overflow

Issue #42 resolved
Paolo Brandoli repo owner created an issue

When a dicomdir destructor is called, the it delete all the children elements. This may cause a stack overflow when an element call release on the next sibling item and the number of siblings is high.

Comments (4)

  1. Log in to comment