11 Nov
2022
11 Nov
'22
11:24 p.m.
https://bugs.winehq.org/show_bug.cgi?id=53766 --- Comment #10 from Jason Millard <jsm174(a)gmail.com> --- Just a follow up on this. Even though solved, this path is releasing an extra reference for me. Given this code: Sub Table1_init drain.CreateSizedBallWithMass 50/2, 100 Dim BOT BOT = GetBalls Dim Balls(20) Balls(5) = BOT(0) End Sub Prior to Table1_init, GetBalls Array contains 1 BallEx object with a m_dwRef count of 2 After Table1_init, that BallEx object has a m_dwRef count of 1. Tricky stuff to track down... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.