fixed typo. Fixes #355

This commit is contained in:
Arvid Norberg 2008-06-27 09:44:14 +00:00
parent ce99813b48
commit ae1af66724
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ upnp::upnp(io_service& ios, connection_queue& cc
if (state)
{
upnp_state_t* s = (upnp_state_t*)s;
upnp_state_t* s = (upnp_state_t*)state;
m_devices.swap(s->devices);
m_mappings.swap(s->mappings);
delete s;