Skip Menu |

This queue is for tickets about the IO-Async-Loop-Glib CPAN distribution.

Report information
The Basics
Id: 75244
Status: new
Priority: 0/
Queue: IO-Async-Loop-Glib

People
Owner: Nobody in particular
Requestors: leonerd-cpan [...] leonerd.org.uk
Cc: kiyoshi.aman [...] gmail.com
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.20
Fixed in: (no value)



Subject: Tidy up at DESTROY time
Unlike most of the other Loop classes, IO::Async::Loop::Glib is using a persistent object from an external library, that may outlive the actual IaLoop object's lifetime. It ought to clean up by dropping all the watches when it is DESTROYed. -- Paul Evans