Fix memory leak in net inspector dialog

This commit is contained in:
Seth Hillbrand 2024-02-16 10:34:19 -08:00
parent b2a25cb59e
commit a8880fb63e
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ public:
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() )
{