mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
Please at least test your changes before committing
svn path=/trunk/; revision=32534
This commit is contained in:
@@ -37,8 +37,8 @@ CDFile::ReplaceVariable ( const string& name,
|
||||
CDFile::~CDFile ()
|
||||
{
|
||||
if ( source )
|
||||
delete target;
|
||||
if ( source )
|
||||
delete source;
|
||||
if ( target )
|
||||
delete target;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user