When looking at any given Wt C++ example, there are a lot of new calls but how do these even get deleted? Also, are these even guaranteed to be deleted and if so, when/where?
EDIT: This link pretty much answered how it's probably also done in Wt, although it doesn't directly speak about Wt. Why does the use of 'new' cause memory leaks?