|
|
@ -412,8 +412,8 @@ namespace data |
|
|
|
else |
|
|
|
else |
|
|
|
{ |
|
|
|
{ |
|
|
|
// no more requests for detination possible. delete it
|
|
|
|
// no more requests for detination possible. delete it
|
|
|
|
m_RequestedDestinations.erase (it); |
|
|
|
|
|
|
|
delete it->second; |
|
|
|
delete it->second; |
|
|
|
|
|
|
|
m_RequestedDestinations.erase (it); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
else |
|
|
@ -474,8 +474,8 @@ namespace data |
|
|
|
auto it = m_RequestedDestinations.find (dest); |
|
|
|
auto it = m_RequestedDestinations.find (dest); |
|
|
|
if (it != m_RequestedDestinations.end ()) |
|
|
|
if (it != m_RequestedDestinations.end ()) |
|
|
|
{ |
|
|
|
{ |
|
|
|
m_RequestedDestinations.erase (it); |
|
|
|
|
|
|
|
delete it->second; |
|
|
|
delete it->second; |
|
|
|
|
|
|
|
m_RequestedDestinations.erase (it); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|