Commit a4877338 authored by Ulf Hermann's avatar Ulf Hermann
Browse files

Avoid stack overflow when destroying InternalClass


If there are deep object hierarchies connected to an InternalClass the
recursive nature of the destroy() method could lead to a stack
overflow. By changing the recursion into an iteration this is avoided.

Change-Id: I6667f268a366749c2dbc5f7147882388f192a9c5
Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
parent 61dd293a
No related merge requests found
Showing with 17 additions and 18 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment