F-IN-BOX Blog

F-IN-BOX News, Tips and Tricks

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

Note: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>