Fix memory leak in net inspector dialog

(cherry picked from commit a8880fb63e)
This commit is contained in:
Seth Hillbrand 2024-02-16 10:34:19 -08:00
parent 898b5bd992
commit f45df48498
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() )
{