Skip to content
Snippets Groups Projects
Commit 4aea9977 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Fix potential memory corruption during Perl global destruction

During global destruction, DESTROY is called in random order on objects
remaining because of refcount leaks or circular references. This can
cause memory corruption with Clownfish objects, so better leak instead
of corrupting memory.

Fixes CLOWNFISH-117.
parent fbbc8599
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment