From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2013-02-17 20:10:13
|
https://bugzilla.gnome.org/show_bug.cgi?id=604861 gnome-perl | Glib | unspecified --- Comment #3 from Kevin Ryde <us...@zi...> 2013-02-17 20:10:01 UTC --- Are you sure about sv_2mortal() in this context? How far away is a FREETMPS (or whatever it is that normally cleans up)? Perhaps an explicit SvREFCNT_dec() when finished. A SIG{__WARN__} handler could still take its own reference to the sv if it wanted, I imagine. Might be worth exercising such a ref in the tests either way. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |