Track down an elusive reference leak
The pattern seems to be that we invalidate an IC (deregestering the decrefinfo), but there is a stack frame in that IC and furthermore that stack frame will get unwound via an exception. The fix I did here is to not deregister the decrefinfo if num_inside>0.
Showing
Please register or sign in to comment