mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
fix some memory leaks
svn path=/trunk/; revision=32532
This commit is contained in:
@@ -486,6 +486,10 @@ Module::~Module ()
|
||||
delete linkerScript;
|
||||
if ( pch )
|
||||
delete pch;
|
||||
if ( install )
|
||||
delete install;
|
||||
if ( output )
|
||||
delete output;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user