fix some memory leaks

svn path=/trunk/; revision=32532
This commit is contained in:
Christoph von Wittich
2008-02-29 12:53:26 +00:00
parent 332ba6aba9
commit 039ca2f9c2
+4
View File
@@ -486,6 +486,10 @@ Module::~Module ()
delete linkerScript;
if ( pch )
delete pch;
if ( install )
delete install;
if ( output )
delete output;
}
void