Hi, I am one of the maintainers of upstream libupnp. My remarks on this discussion:
- You seem to be using a quite old version of the library, probably pre-1.4.x code, 1.2.x I would say. - libupnp is not C++, it is plain C, so the patch is correct in the use of malloc/free instead of new/delete. - We are planning a 1.8.x series, the main feature will be hiding the internal data structures through a proper API. That will allow some space for developers to work inside libupnp without breaking the library compatibility and having to release a new minor version every time an internal or exposed data structure changes. But of course, bug fixes are also welcome. Regards, Marcelo. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

