Coverity error fixes.
* Fix unitialized variable in MSG_PANEL_ITEM default ctor. * Fix a bunch of uncaught exception issues. * Fix a memory leak in the NETLIST_READER::GetNetlistReader() when an an attempt to read an invalid net list file occurs.
This commit is contained in:
@@ -200,7 +200,7 @@ protected:
|
||||
|
||||
void init( const PROPERTIES* aProperties );
|
||||
|
||||
void cacheLib( const wxString& aLibraryPath, const PROPERTIES* aProperties ) throw( IO_ERROR );
|
||||
void cacheLib( const wxString& aLibraryPath, const PROPERTIES* aProperties );
|
||||
|
||||
/**
|
||||
* Function repoURL_zipURL
|
||||
|
||||
Reference in New Issue
Block a user