Re: [reSIProcate] The use of Data Class
There are a number of reasons that VS would report leaks that are not indicative of runtime leaks - ie: static Data variables, or static objects that contain Data instances. Be assured that the Data class is well tested and to my knowledge is not leaking any memory itself. For windows users I would recommend use of the following leak detection software, that offers a stack trace of each detected leak, so you can pinpoint the source of each leak:
https://vld.codeplex.com/
Also - keep in mind that a DUM based application must perform a proper shutdown in order to not leak memory at shutdown. See the wiki or dum/test/basicClient example for more details on how to shutdown DUM applications properly.
Regards,
Scott