Am 22.08.2012 00:26, schrieb Tobias Burnus: > I think we should join in an try to remove some leakage - and try to not > introduce new ones. What about using C++ constructors/destructors that allocate/deallocate the necessary memory? This should simplify the code for memory allocation a lot. Thomas