Fix memory leak in net inspector dialog
This commit is contained in:
parent
b2a25cb59e
commit
a8880fb63e
|
@ -580,7 +580,7 @@ public:
|
||||||
return { new_iter };
|
return { new_iter };
|
||||||
}
|
}
|
||||||
|
|
||||||
void addItems( std::vector<std::unique_ptr<LIST_ITEM>>&& aItems )
|
void addItems( std::vector<std::unique_ptr<LIST_ITEM>> aItems )
|
||||||
{
|
{
|
||||||
if( m_items.empty() )
|
if( m_items.empty() )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue