QuickPdf - Memory leak

Posted by Lonzo on Stack Overflow See other posts from Stack Overflow or by Lonzo
Published on 2010-06-09T11:25:47Z Indexed on 2010/06/09 11:42 UTC
Read the original article Hit count: 99

Filed under:

I have a method containing code to create a pdf doc using the QuickPdf library. Inside the method, I instantiate a QuickPdf object, create the pdf doc and save it to a file.

I then call this method for each file to be generated.

Now my problem is that the pdf docs' sizes are increasing with each call to the method even though the contents are basically the same . I am suspecting a memory leak but I cant see where exactly, since the QuickPdf object is being created and disposed each time on each call.

© Stack Overflow or respective owner

Related posts about c#