F-IN-BOX .Net Edition 3.1.4 is available
USER Objects leak has fixed.
A sample code to reproduce the leak:
using f_in_box__lib; ... using (AxCode axcode = new AxCode()) { using (f_in_box__control f_in_box__control1 = new f_in_box__control(axcode)) { f_in_box__control1.CreateControl(); } }
this code produced 1 user object that is not freed at all.
Write a Comment