tunedal
08/27/2018, 8:31 PMC:\BuildAgent\work\4d622a065c544371\runtime\src\main\cpp\Memory.cpp:1103: runtime assert: Memory leaks found
olonho
08/28/2018, 6:00 AMref2.dispose()
program will work as expected. Essentially, you need to call dispose
only that many times, you called StableRef.create
, converting C pointer to reference does not require disposingtunedal
08/28/2018, 7:46 AM