Skip to content
Commit 1361e9d2 authored by Torsten Schönfeld's avatar Torsten Schönfeld
Browse files

Glib::Object: make ref-counting compatible with perl >= 5.16

As of 5.15.3, perl is more thorough when looking for objects during
global destruction.  It will now also find objects that don't have
anything pointing at them anymore.  Glib::Object's DESTROY was not
prepared for that.

https://rt.cpan.org/Public/Bug/Display.html?id=73650

https://rt.perl.org/rt3//Public/Bug/Display.html?id=82542
https://rt.perl.org/rt3//Public/Bug/Display.html?id=36347
parent f0868f20
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