mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-18 15:59:17 +00:00
Fix memory leak in net inspector dialog
This commit is contained in:
parent
b2a25cb59e
commit
a8880fb63e
@ -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() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user