Fix a memory leak in our UPnP handler codeamule-svn-r10895
commit7fab4581b4f4ab8fce04ad0899c51e6c919afcdf
authorupstream svn <svn@amule.org>
Mon, 25 Jan 2016 17:53:38 +0000 (25 17:53 +0000)
committerDévai Tamás <gonosztopi@amule.org>
Wed, 24 Feb 2016 11:32:31 +0000 (24 11:32 +0000)
treeda0398916ca0315c2492abb36bc2edc77b31c3ac
parent503618b14248000c2ca1597096943a13e9fba9f5
Fix a memory leak in our UPnP handler code

CUPnService.SetSCPD() clones the necessary parts of the passed SCPD, thus it can
be safely freed. In fact, it has to be freed, as the pointer to the SCPD will be
forgotten when the function exits.
.svn-revision
src/UPnPBase.cpp