Search found 2 matches

by vsalomoni
Fri, 2011-03-04, 18:16
Forum: DCMTK - General
Topic: Memory leaks (windows) in dcmtk-3.6.1_20110225.tar.gz
Replies: 12
Views: 15348

Re: Memory leaks (windows) in dcmtk-3.6.1_20110225.tar.gz

Hello Uli, Hi, I think that the memory not released when the application is closed is allocated in the oflog/libsrc/globinit.cc line 90 during the call to the function log4cplus::initializeLog4cplus(); Why do you think that this is where the memleak occurs? How do you check for memory leaks? Since i...
by vsalomoni
Wed, 2011-03-02, 10:58
Forum: DCMTK - General
Topic: Memory leaks (windows) in dcmtk-3.6.1_20110225.tar.gz
Replies: 12
Views: 15348

Memory leaks (windows) in dcmtk-3.6.1_20110225.tar.gz

Dear forum readers, I have tried the newest snapshot (dcmtk-3.6.1_20110225.tar.gz) and I think I have found that in the windows versions (I am using Visual Studio 2008 32bit) there are some memory leaks when linking my application to dcmdata.lib, ofstd.lib, oflog.lib. I have not had the same problem...