Fix undefined MODULE dtor for auto_ptr in pcb_netlist.h which caused a memory leak. Thanks Simon Richter for finding this.

This commit is contained in:
Wayne Stambaugh 2015-05-28 20:21:38 -04:00
parent a1349ceb96
commit 2500976e31
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
*
* Copyright (C) 2012 Jean-Pierre Charras.
* Copyright (C) 2013 Wayne Stambaugh <stambaughw@verizon.net>.
* Copyright (C) 2012 KiCad Developers, see CHANGELOG.TXT for contributors.
* Copyright (C) 2012-2015 KiCad Developers, see CHANGELOG.TXT for contributors.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@ -34,9 +34,9 @@
#include <wx/arrstr.h>
#include <fpid.h>
#include <class_module.h>
class MODULE;
class REPORTER;