mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
[RBUILD]
* Plug a leak. svn path=/trunk/; revision=53941
This commit is contained in:
parent
58bfd2a018
commit
621aa88894
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ MingwModuleHandler::GetImportLibraryDependency (
|
|||
dep += ssprintf ( " $(%s_HEADERS)", importedModule.name.c_str () );
|
||||
else if ( GetExtension ( *objectFilename ) == ".rc" )
|
||||
dep += ssprintf ( " $(%s_MCHEADERS)", importedModule.name.c_str () );
|
||||
delete objectFilename;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue