Closed GoogleCodeExporter closed 9 years ago
There is no memory leak in AVIWriter::AddFrame() method. The memory leak is in
your
application. Check your application - it is the most probable source of the
issue.
I believe you just create Bitmap objects and you don't call Dispose() method
for
them. AVIWriter of course is not going to clean it as well: your image - your
responsibility.
The fact that calling Garbage Collector helps also points that most probably
the
issue is caused by omitting Dispose() call.
Original comment by andrew.k...@gmail.com
on 23 Feb 2008 at 6:51
Original issue reported on code.google.com by
bravenes...@gmail.com
on 23 Feb 2008 at 4:50