tablesmit / csexwb2

Automatically exported from code.google.com/p/csexwb2
1 stars 2 forks source link

Memory Leak? #109

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add csexwb.dll to project
2. Generate a lot of cexwb object 
for example: 
while(running){
  using( csExWB.cEXWB wb = new  csExWB.cEXWB())
  { 
          //dosomething
   }
}
3. The cexwb object can not be gced after using.

What is the expected output? What do you see instead?

What are the OS and IE versions?
Win7 IE8

What version of the product are you using?

Please provide any additional information below.

Original issue reported on code.google.com by jerryzho...@gmail.com on 7 Sep 2011 at 4:03