Memory Leaks
Status: Alpha
Brought to you by:
nathancrews
Hello, I'm with Softree Technical Systems. To date, we
are successfully importing & exporting to LandXML using
this sdk. The sdk code looks good, and is easy to use.
The question I have is regarding memory leaks. Do I
need to keep track of all LX::Objects created by the
factory, then free them after saving to disk? Also,
there are memory leaks even when reading a stub
LandXML file (eg <LandXML/> ). And the sample
LxBrowser project has the same memory leaks also.
Open any file, then exit, and get lots of memory leaks.
Any hints how to resolve these leaks? I'm fairly new to
STL programming, but willing to help out in any way.
Cheers,
Erle Dzus
Logged In: YES
user_id=852267
Cleaning up memory leaks in the SDK has become the priority
since last week. Many have been fixed in beta1 build, with
the balance in the next build- beta2.
Nathan Crews